Skip to content

Commit

Permalink
handle restoring fab icon from drawer view
Browse files Browse the repository at this point in the history
Signed-off-by: parneet-guraya <[email protected]>
  • Loading branch information
parneet-guraya committed Dec 21, 2023
1 parent 14a6d65 commit 0001f49
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 0001f49

Please sign in to comment.