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

Commit 407218e0 authored by Christoph Studer's avatar Christoph Studer Committed by Android Git Automerger
Browse files

am 3b4e3f86: am 64130a59: Notification: Forward setUser() call to publicVersion

* commit '3b4e3f86cc23b240728d02952df4781028a74bd6':
  Notification: Forward setUser() call to publicVersion
parents 22543a55 f89cb253
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);
        }
    }

    /**