mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Add popup warning banner when the bridge has a problem
This commit is contained in:
@@ -91,13 +91,13 @@
|
||||
isExpanded = false;
|
||||
} else if (
|
||||
// If app is running
|
||||
application?.appId &&
|
||||
application &&
|
||||
// And user hasn't manually changed the expanded state
|
||||
!isExpandedUserModified &&
|
||||
// And auto-expansion is enabled
|
||||
opts?.receiverSelectorExpandActive
|
||||
) {
|
||||
isExpanded = connectedSessionIds.includes(application?.transportId);
|
||||
isExpanded = connectedSessionIds.includes(application.transportId);
|
||||
}
|
||||
|
||||
/** Whether a session request is in progress for this receiver.. */
|
||||
|
||||
Reference in New Issue
Block a user