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

Commit b1cabe1a authored by SongFerng Wang's avatar SongFerng Wang Committed by Android (Google) Code Review
Browse files

Merge "Can't disable the sim when there are two sims which names are the same." into main

parents 1cce5686 b8210fc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ internal class RestrictedSwitchPreferenceModel(
            content: @Composable (SwitchPreferenceModel) -> Unit,
        ) {
            val context = LocalContext.current
            val restrictedSwitchPreferenceModel = remember(restrictedMode, model.title) {
            val restrictedSwitchPreferenceModel = remember(restrictedMode, model) {
                RestrictedSwitchPreferenceModel(context, model, restrictedMode)
            }
            restrictedSwitchPreferenceModel.RestrictionWrapper {