You change the theme in MainActivity, search for line base.SetTheme(Resource.Style.MainTheme)
Remove this line, and the extra bar will go away
The Maui.SplashTheme inherits from Maui.MainTheme.NoActionBar, so by using base.SetTheme(Resource.Style.MainTheme), and not base.SetTheme(Resource.Style.MainTheme_NoActionBar)` you reenables the action bar