Merge "Do not treat EXTRA_SMALL_ICON <int> as Parcelable" into pi-dev
This commit is contained in:
@@ -2767,7 +2767,6 @@ public class Notification implements Parcelable
|
||||
*/
|
||||
private void fixDuplicateExtras() {
|
||||
if (extras != null) {
|
||||
fixDuplicateExtra(mSmallIcon, EXTRA_SMALL_ICON);
|
||||
fixDuplicateExtra(mLargeIcon, EXTRA_LARGE_ICON);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user