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

Commit 226c0d54 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Settings: fix unexpected routing selection" into main am: a02b1c3a

parents 7b4fcc60 a02b1c3a
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -65,7 +65,6 @@ public class WifiDisplayPreferenceController extends BasePreferenceController im
    public WifiDisplayPreferenceController(Context context, String key) {
    public WifiDisplayPreferenceController(Context context, String key) {
        super(context, key);
        super(context, key);
        mRouter = context.getSystemService(MediaRouter.class);
        mRouter = context.getSystemService(MediaRouter.class);
        mRouter.setRouterGroupId(MediaRouter.MIRRORING_GROUP_ID);
    }
    }


    @Override
    @Override