mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Revert AndroidX fragment to version 1.6.2 (again)
java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 0
at jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.util.Objects.checkIndex(Objects.java:359)
at java.util.ArrayList.get(ArrayList.java:434)
at androidx.fragment.app.FragmentManager.prepareBackStackState(SourceFile:9)
at androidx.fragment.app.FragmentManager$PrepareBackStackTransitionState.generateOps(SourceFile:3)
at androidx.fragment.app.FragmentManager.generateOpsForPendingActions(SourceFile:34)
at androidx.fragment.app.FragmentManager.execPendingActions(SourceFile:9)
at androidx.fragment.app.FragmentManager$5.run(SourceFile:4)
at android.os.Handler.handleCallback(Handler.java:959)
This commit is contained in:
@@ -257,7 +257,7 @@ public class ApplicationEx extends Application
|
||||
|
||||
// https://issuetracker.google.com/issues/341313071
|
||||
// https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture#opt-predictive
|
||||
FragmentManager.enablePredictiveBack(false);
|
||||
//FragmentManager.enablePredictiveBack(false);
|
||||
|
||||
if (Helper.hasWebView(this))
|
||||
CookieManager.getInstance().setAcceptCookie(false);
|
||||
|
||||
Reference in New Issue
Block a user