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 Sep 4, 2023
1 parent c62145e commit 95d0dd6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1095,8 +1095,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 95d0dd6

Please sign in to comment.