update kotlin and libraries
* kotlin 1.6.21 -> 1.7.10 * navigation-fragment-ktx 2.4.2 -> 2.5.0 * navigation-ui-ktx 2.4.2 -> 2.5.0 * lifecycle-runtime-ktx 2.4.1 -> 2.5.0 * lifecycle-viewmodel-ktx 2.4.1 -> 2.5.0
This commit is contained in:
@ -194,7 +194,7 @@ class PlayerActivity : AppCompatActivity() {
|
||||
|
||||
override fun onPictureInPictureModeChanged(
|
||||
isInPictureInPictureMode: Boolean,
|
||||
newConfig: Configuration?
|
||||
newConfig: Configuration
|
||||
) {
|
||||
super.onPictureInPictureModeChanged(isInPictureInPictureMode, newConfig)
|
||||
|
||||
|
Reference in New Issue
Block a user