Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c73287b9 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am ae531f1f: Merge "Show storage slow dialog allowing state loss." into mnc-dev

* commit 'ae531f1f':
  Show storage slow dialog allowing state loss.
parents 8a12d17b ae531f1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ public class StorageWizardFormatProgress extends StorageWizardBase {
                // storage or slower.
                if (Float.isNaN(pct) || pct < 0.25) {
                    final SlowWarningFragment dialog = new SlowWarningFragment();
                    dialog.show(activity.getFragmentManager(), TAG_SLOW_WARNING);
                    dialog.showAllowingStateLoss(activity.getFragmentManager(), TAG_SLOW_WARNING);
                } else {
                    activity.onFormatFinished();
                }