am 6dcc2004: am ffe642ed: am fa620435: am c73287b9: am ae531f1f: Merge "Show storage slow dialog allowing state loss." into mnc-dev
* commit '6dcc2004ad49c7b2cbdb5fc87a9b83d1be1cccaf': Show storage slow dialog allowing state loss.
This commit is contained in:
@@ -154,7 +154,7 @@ public class StorageWizardFormatProgress extends StorageWizardBase {
|
|||||||
// storage or slower.
|
// storage or slower.
|
||||||
if (Float.isNaN(pct) || pct < 0.25) {
|
if (Float.isNaN(pct) || pct < 0.25) {
|
||||||
final SlowWarningFragment dialog = new SlowWarningFragment();
|
final SlowWarningFragment dialog = new SlowWarningFragment();
|
||||||
dialog.show(activity.getFragmentManager(), TAG_SLOW_WARNING);
|
dialog.showAllowingStateLoss(activity.getFragmentManager(), TAG_SLOW_WARNING);
|
||||||
} else {
|
} else {
|
||||||
activity.onFormatFinished();
|
activity.onFormatFinished();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user