Skip to content

Commit

Permalink
Merge pull request #12315 from nextcloud/reset-fab
Browse files Browse the repository at this point in the history
Handle restoring fab icon from drawer view
  • Loading branch information
alperozturk96 committed Dec 21, 2023
2 parents 14a6d65 + 0001f49 commit e0304d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,7 @@ public void browseToRoot() {
setFile(listOfFiles.getCurrentFile());
startSyncFolderOperation(root, false);
}
binding.fabMain.setImageResource(R.drawable.ic_plus);
resetTitleBarAndScrolling();
}

Expand Down

0 comments on commit e0304d2

Please sign in to comment.