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

Commit 171c9408 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Reads new interruption model setting from correct settings."

parents 05d17f88 874292e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ public class NotificationUtils {

    /** Returns the value of the new interruption model setting. */
    public static boolean useNewInterruptionModel(Context context) {
        return Settings.System.getInt(context.getContentResolver(),
        return Settings.Secure.getInt(context.getContentResolver(),
                NOTIFICATION_NEW_INTERRUPTION_MODEL, 0) != 0;
    }
}