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

Commit 980266b4 authored by Scott Mertz's avatar Scott Mertz Committed by Gerrit Code Review
Browse files

livedisplay: remove user hint notification when clicked

Change-Id: Iccd790a16cc635913eea562f90b2164f59189a10
parent 1ef87076
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -563,7 +563,8 @@ public class LiveDisplayController {
                    .setStyle(new Notification.BigTextStyle().bigText(mContext.getResources()
                             .getString(
                                     org.cyanogenmod.platform.internal.R.string.live_display_hint)))
                    .setContentIntent(result);
                    .setContentIntent(result)
                    .setAutoCancel(true);

            NotificationManager nm =
                    (NotificationManager)mContext.getSystemService(Context.NOTIFICATION_SERVICE);