Avoid Cast Initialization - bugfix of accidental removal of cast-enabled codes
This commit is contained in:
parent
2fe70c3b41
commit
9373b61787
|
@ -123,6 +123,7 @@ public abstract class CastEnabledActivity extends AppCompatActivity
|
||||||
if (!CastManager.isInitialized()) {
|
if (!CastManager.isInitialized()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
castButtonVisibilityManager.setResumed(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue