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

Commit 91ba69df authored by Daichi Hirono's avatar Daichi Hirono Committed by Android (Google) Code Review
Browse files

Merge "Remove while box at the top right of storage setup wizard." into mnc-dev

parents fdc72d90 ae56c144
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -167,10 +167,10 @@ public abstract class StorageWizardBase extends Activity {
    protected void setIllustrationInternal(boolean internal) {
        if (internal) {
            getSetupWizardLayout().setIllustration(R.drawable.bg_internal_storage_header,
                    android.R.color.transparent);
                    R.drawable.bg_header_horizontal_tile);
        } else {
            getSetupWizardLayout().setIllustration(R.drawable.bg_portable_storage_header,
                    android.R.color.transparent);
                    R.drawable.bg_header_horizontal_tile);
        }
    }