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

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

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

* commit '64130a59d2fbc7175a846c0e38be7534b413e25b':
  Notification: Forward setUser() call to publicVersion
parents d6f3e3cf fd19326c
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);
        }
    }

    /**