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

Ref #8484: Portrait Orientation Locking on Phone is not working #8499

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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