Skip to content

Commit

Permalink
Fix button alignment
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Dec 28, 2023
1 parent 8d845c8 commit 17dc3c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ open class FolderPickerActivity :
isDoNotEnterEncryptedFolder = true

if (this is FilePickerActivity) {
filesPickerBinding.folderPickerBtnCancel.visibility = View.GONE
return
} else {
folderPickerBinding.folderPickerBtnCancel.visibility = View.GONE
folderPickerBinding.folderPickerBtnCopy.visibility = View.GONE
folderPickerBinding.folderPickerBtnMove.visibility = View.GONE
folderPickerBinding.folderPickerBtnChoose.visibility = View.VISIBLE
folderPickerBinding.chooseButtonSpacer.visibility = View.VISIBLE
Expand Down

0 comments on commit 17dc3c8

Please sign in to comment.