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

Commit a02b1c3a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Settings: fix unexpected routing selection" into main

parents ed9bccb0 99e33291
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