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

Commit e3826fcc authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 617404a4: am e96e0a1a: Merge "Resolve USER_ALL when inflating notification...

am 617404a4: am e96e0a1a: Merge "Resolve USER_ALL when inflating notification views." into jb-mr1-dev

* commit '617404a4':
  Resolve USER_ALL when inflating notification views.
parents cafeb3d4 617404a4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -896,6 +896,9 @@ public class Notification implements Parcelable

    /** {@hide} */
    public void setUser(UserHandle user) {
        if (user.getIdentifier() == UserHandle.USER_ALL) {
            user = UserHandle.OWNER;
        }
        if (tickerView != null) {
            tickerView.setUser(user);
        }