Skip to content

Commit

Permalink
Fix multiple windows not working in v2.8.5, by @harshad1, closes #1570
Browse files Browse the repository at this point in the history
…(PR #1572)
  • Loading branch information
gsantner committed Feb 4, 2022
1 parent 79317e3 commit 18fa6c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static void launch(Activity activity, File path, Boolean isFolder, Boolea
intent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
}
nextLaunchTransparentBg = (activity instanceof MainActivity);
new ActivityUtils(activity).animateToActivity(intent, false, 0).freeContextRef();
new ActivityUtils(activity).animateToActivity(intent, false, null).freeContextRef();
}

public static Object[] checkIfLikelyTextfileAndGetExt(File file) {
Expand Down

0 comments on commit 18fa6c6

Please sign in to comment.