mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-28 09:41:22 +01:00
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()) {
|
||||
return;
|
||||
}
|
||||
castButtonVisibilityManager.setResumed(false);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user