Commit c1e346a3 authored by clairehurst's avatar clairehurst 🌱 Committed by brizental
Browse files

fixup! [android] Disable features and functionality

bug_44880: Fix edgeToEdge display issue presented in 150 android rebase
parent 5737e057
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -469,6 +469,9 @@ open class HomeActivity : LocaleAwareAppCompatActivity(), NavHostActivity, Crash
            }

        // tor-browser#43730: Do not delay splash screen
        // Fix edgeToEdge display issue presented in 150 android rebase. Taken from deleted splash screen code
        // https://gitlab.torproject.org/tpo/applications/tor-browser/-/work_items/44880
        EdgeToEdgeFragmentLifecycleCallbacks.register(supportFragmentManager, window)
        // to fetch or apply Nimbus experiments.

        lifecycleScope.launch {