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

Commit 44fb125c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "MediaRouter2: Fix getRoutes() returning an empty list" into rvc-dev am:...

Merge "MediaRouter2: Fix getRoutes() returning an empty list" into rvc-dev am: 81fd5037 am: 7f1571e9 am: 5729ee52

Change-Id: I752c7f9e7724b8718dcae46f1c6860de7df27bc9
parents 05ef807d 5729ee52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public final class MediaRouter2 {

    final Handler mHandler;
    @GuardedBy("sRouterLock")
    private boolean mShouldUpdateRoutes;
    private boolean mShouldUpdateRoutes = true;
    private volatile List<MediaRoute2Info> mFilteredRoutes = Collections.emptyList();
    private volatile OnGetControllerHintsListener mOnGetControllerHintsListener;