android / animation-samples

Multiple samples showing the best practices in animation on Android.
Apache License 2.0
2.56k stars 898 forks source link

Fix nullability of Menu in onCreateOptionsMenu #99

Closed srmurguia closed 1 year ago

srmurguia commented 1 year ago

... override of LoadingActivity and StaggerActivity.

The parameter should be non null, but the current override type is Menu?

Having an incorrect nullability causes compilation errors once the navigation dependency is updated to 2.5.0.