am 64130a59: Notification: Forward setUser() call to publicVersion
* commit '64130a59d2fbc7175a846c0e38be7534b413e25b': Notification: Forward setUser() call to publicVersion
This commit is contained in:
@@ -1708,6 +1708,9 @@ public class Notification implements Parcelable
|
||||
if (headsUpContentView != null) {
|
||||
headsUpContentView.setUser(user);
|
||||
}
|
||||
if (publicVersion != null) {
|
||||
publicVersion.setUser(user);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user