Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Ref #8484: Portrait Orientation Locking on Phone is not working (#8499)
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Nov 29, 2023
1 parent f04e278 commit c944d35
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
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 c944d35

Please sign in to comment.