cyberfizz

Results 2 comments of cyberfizz

MainActivity immersive mode using this in OnCreate: ` this.Window.DecorView.SystemUiVisibility = (StatusBarVisibility) (SystemUiFlags.ImmersiveSticky | SystemUiFlags.HideNavigation | SystemUiFlags.Fullscreen | SystemUiFlags.Immersive);`

I don't unfortunately. Hopefully its easily replicatable though. I will try and put a basic project together with the issue to try and replicate it.