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

Commit f419c631 authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am 175f79c5: In fact, switching an item between ongoing and notifications works.

parents 04e022ff 175f79c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ public class NotificationTestList extends TestActivity
                                R.drawable.icon4,
                                null, System.currentTimeMillis(), "Stress - Latest",
                                "Notify me!!!", null);
                        n.flags |= Notification.FLAG_ONGOING_EVENT;
                        //n.flags |= Notification.FLAG_ONGOING_EVENT;
                        mNM.notify(1, n);
                    }
                }