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

Commit e96e0a1a authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Resolve USER_ALL when inflating notification views." into jb-mr1-dev

parents 685cc8c7 ecbd68b0
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);
        }