Skip to content

Commit

Permalink
IOS-2613 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgolovko committed Apr 9, 2024
1 parent 11b9fc1 commit 7c525db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ final class AccessoryViewSwitcher: AccessoryViewSwitcherProtocol {

func showDefaultView() {
let isSelectType = document.details?.isSelectType ?? false
let canSelectType = !document.permissions.canChangeType
let canSelectType = document.permissions.canChangeType

if isSelectType && canSelectType && !typePickerDismissedByUser {
showAccessoryView(.changeType(changeTypeView), animation: activeView.animation)
Expand Down

0 comments on commit 7c525db

Please sign in to comment.