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

Commit 722013c0 authored by Ioana Alexandru's avatar Ioana Alexandru Committed by Android (Google) Code Review
Browse files

Merge "Use default value for unseen notif setting" into main

parents 88178f7c 08219a65
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -289,8 +289,9 @@ constructor(
            // for each change, lookup the new value
            .map {
                secureSettings.getIntForUser(
                    Settings.Secure.LOCK_SCREEN_SHOW_ONLY_UNSEEN_NOTIFICATIONS,
                    UserHandle.USER_CURRENT,
                    name = Settings.Secure.LOCK_SCREEN_SHOW_ONLY_UNSEEN_NOTIFICATIONS,
                    def = 0,
                    userHandle = UserHandle.USER_CURRENT,
                ) == 1
            }
            // don't emit anything if nothing has changed