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

Commit ae531f1f authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

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

parents eea96f22 0814827e
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();
                }