Skip to content

Commit

Permalink
fix persistent text preview fragment in the background
Browse files Browse the repository at this point in the history
Signed-off-by: parneet-guraya <[email protected]>
  • Loading branch information
parneet-guraya committed Oct 15, 2023
1 parent 4f7cb98 commit 8abb514
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1096,8 +1096,6 @@ public void onBackPressed() {
resetTitleBarAndScrolling();
setDrawerAllFiles();
}
} else if (leftFragment instanceof PreviewTextStringFragment) {
createMinFragments(null);
} else if (leftFragment instanceof PreviewPdfFragment) {
super.onBackPressed();
} else {
Expand Down

0 comments on commit 8abb514

Please sign in to comment.