skydoves / Pokedex-AR

🦄 Pokedex-AR demonstrates ARCore, Sceneform, and modern Android tech stacks — such as Hilt, Coroutines, Flow, Jetpack (Room, ViewModel, LiveData) based on MVVM architecture.
Apache License 2.0
590 stars 58 forks source link

crash on pixel3 xl android 11 #1

Closed HuixingWong closed 3 years ago

HuixingWong commented 3 years ago

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.WindowInsetsController com.android.internal.policy.DecorView.getWindowInsetsController()' on a null object reference at com.android.internal.policy.PhoneWindow.getInsetsController(PhoneWindow.java:3880) at com.skydoves.pokedexar.extensions.ActivityExtensionsKt.applyFullScreenWindow(ActivityExtensions.kt:31) at com.skydoves.pokedexar.ui.scene.SceneActivity.onCreate(SceneActivity.kt:44)

skydoves commented 3 years ago

Hi, @HuixingWong Thanks for your issue! It is fixed just now. :)

HuixingWong commented 3 years ago

Hi, @HuixingWong Thanks for your issue! It is fixed just now. :)

I just tried to fix it but I don't understand why those lines of code crashed even if add null checked , you deleted those lines of code 😂