Skip to content

Commit

Permalink
add back in e2e code properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnohe committed May 9, 2024
1 parent 9de502f commit 18af39b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ import kotlinx.coroutines.runBlocking
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
installSplashScreen()
enableEdgeToEdge(if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
enableEdgeToEdge()
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
window.isNavigationBarContrastEnforced = false
}
super.onCreate(savedInstanceState)
Expand Down

0 comments on commit 18af39b

Please sign in to comment.