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

Commit b750607e authored by Danny Baumann's avatar Danny Baumann
Browse files

Fix heads up tile click action.

Change-Id: I0afe7a293b8deaf1da21d74ce38fca5b3e64669e
parent 12a1471a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ public class HeadsUpTile extends QuickSettingsTile {
            public void onClick(View v) {
                Settings.System.putIntForUser(mContext.getContentResolver(),
                        Settings.System.HEADS_UP_NOTIFICATION,
                        isEnabled() ? 1 : 0, UserHandle.USER_CURRENT);
                        isEnabled() ? 0 : 1, UserHandle.USER_CURRENT);
            }
        };