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

* commit '64130a59d2fbc7175a846c0e38be7534b413e25b':
  Notification: Forward setUser() call to publicVersion
This commit is contained in:
Christoph Studer
2014-07-30 14:30:08 +00:00
committed by Android Git Automerger

View File

@@ -1708,6 +1708,9 @@ public class Notification implements Parcelable
if (headsUpContentView != null) {
headsUpContentView.setUser(user);
}
if (publicVersion != null) {
publicVersion.setUser(user);
}
}
/**