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

Commit fd19326c authored by Christoph Studer's avatar Christoph Studer
Browse files

Notification: Forward setUser() call to publicVersion

Change-Id: I82715d69664fcbf57ca0599994004a8630f8587c
parent 8f21158f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1708,6 +1708,9 @@ public class Notification implements Parcelable
        if (headsUpContentView != null) {
            headsUpContentView.setUser(user);
        }
        if (publicVersion != null) {
            publicVersion.setUser(user);
        }
    }

    /**