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

Commit 0000c054 authored by Nick James's avatar Nick James Committed by Android (Google) Code Review
Browse files

Merge "Revert "Disable DND status change notification on watches.""

parents bb121934 d7f77cfa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1182,11 +1182,8 @@ public class ZenModeHelper {
    }

    private void showZenUpgradeNotification(int zen) {
        final boolean isWatch = mContext.getPackageManager().hasSystemFeature(
            PackageManager.FEATURE_WATCH);
        final boolean showNotification = mIsBootComplete
                && zen != Global.ZEN_MODE_OFF
                && !isWatch
                && Settings.Global.getInt(mContext.getContentResolver(),
                Settings.Global.SHOW_ZEN_UPGRADE_NOTIFICATION, 0) != 0;