Skip to content

Commit

Permalink
Ref brave/brave-ios#8484: Portrait Orientation Locking on Phone is no…
Browse files Browse the repository at this point in the history
…t working (brave/brave-ios#8499)
  • Loading branch information
soner-yuksel authored Nov 29, 2023
1 parent b85ecdb commit 766b2c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import Data
import SnapKit
import BraveUI
import LocalAuthentication
import BraveShared

protocol TabTrayDelegate: AnyObject {
/// Notifies the delegate that order of tabs on tab tray has changed.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Sources/BraveWallet/WalletHostingViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import SwiftUI
import BraveCore
import Combine
import BraveUI
import Shared
import BraveShared

/// Methods for handling actions that occur while the user is interacting with Brave Wallet that require
/// some integration with the browser
Expand Down

0 comments on commit 766b2c7

Please sign in to comment.