mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00
Suppress warnings emitted by Checker Framework version 3.0.0
More information: https://docs.google.com/document/d/16tpK6aXqN68PvTyvt4siM-m7f0NXi_8xEeitLDzr8xY/edit?usp=sharing Tested: TAP --sample ran all affected tests and none failed http://test/OCL:279845168:BASE:279870402:1573537714395:80ca701c PiperOrigin-RevId: 279891832
This commit is contained in:
parent
b477d8b68a
commit
4fd881a551
@ -1006,6 +1006,8 @@ public class PlayerNotificationManager {
|
|||||||
* NotificationCompat.Builder#build()} to obtain the notification, or {@code null} if no
|
* NotificationCompat.Builder#build()} to obtain the notification, or {@code null} if no
|
||||||
* notification should be displayed.
|
* notification should be displayed.
|
||||||
*/
|
*/
|
||||||
|
// incompatible types in argument.
|
||||||
|
@SuppressWarnings("nullness:argument.type.incompatible")
|
||||||
@Nullable
|
@Nullable
|
||||||
protected NotificationCompat.Builder createNotification(
|
protected NotificationCompat.Builder createNotification(
|
||||||
Player player,
|
Player player,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user