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

Commit 9b192cf1 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 am: 226c0d54

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

    @Override