Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6ad7fc2 authored by Chaohui Wang's avatar Chaohui Wang
Browse files

Fix Bottom Sheet not in dark theme

Bug: 318310357
Test: manual - on Mobile Settings
Change-Id: I539abdbb4a549decd7c24bcc87ec398a51046cf3
parent f0e052dc
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -113,10 +113,6 @@ class SimOnboardingActivity : SpaBaseDialogActivity() {
        switchToEuiccSubscriptionSidecar = SwitchToEuiccSubscriptionSidecar.get(fragmentManager)
        switchToRemovableSlotSidecar = SwitchToRemovableSlotSidecar.get(fragmentManager)
        enableMultiSimSidecar = EnableMultiSimSidecar.get(fragmentManager)

        setContent {
            Content()
        }
    }

    override fun finish() {