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

Commit 16a065df authored by Markus Menzel's avatar Markus Menzel Committed by Gerrit Code Review
Browse files

Revert "PhoneWindowManager: Add window animations for LLS"

This reverts commit 7699100f.

Change-Id: Ic4ccc3b03099413e5d879d92a7b7e20444a5371e
parent 91da4305
Loading
Loading
Loading
Loading
−37.4 KiB
Loading image diff...
+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@

    <!-- Privacy Guard -->
    <java-symbol type="drawable" name="stat_notify_privacy_guard" />
    <java-symbol type="drawable" name="drumpf_cid" />
    <java-symbol type="string" name="privacy_guard_notification" />
    <java-symbol type="string" name="privacy_guard_notification_detail" />
    <java-symbol type="string" name="privacy_guard_dialog_title" />
+2 −3
Original line number Diff line number Diff line
@@ -6997,12 +6997,11 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                        }
                    };
                    if (mContext.getPackageManager().isUpgrade()) {
                        mBootMsgDialog.setTitle("Drumpf: \"Make CyanogenMod MOD again\"");
                        mBootMsgDialog.setTitle(R.string.android_upgrading_title);
                    } else {
                        mBootMsgDialog.setTitle("Drumpf: \"Make CyanogenMod MOD again\"");
                        mBootMsgDialog.setTitle(R.string.android_start_title);
                    }
                    mBootMsgDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER);
                    mBootMsgDialog.setIcon(R.drawable.drumpf_cid);
                    mBootMsgDialog.setIndeterminate(true);
                    mBootMsgDialog.getWindow().setType(
                            WindowManager.LayoutParams.TYPE_BOOT_PROGRESS);