I know this has been asked many times and I have had it solved before but it seems they have some sick desire to make the navigation bar show up for a moment when using a spinner. I am using the dropdown mode and would prefer it but a solution with the popup window would be ok.
I have previously used both the answers posted here: Android: Spinner dropdown in full screen
as well as these flags:
setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE | View.SYSTEM_UI_FLAG_FULLSCREEN |
View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY |
View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_HIDE_NAVIGATION)
Is there a way to prevent the Navigation bar from showing up when using a spinner in Android 10? Is this possibly related to using card view and if so is there a way to stop it there?