mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-21 20:14:46 +00:00
Message change
This commit is contained in:
parent
ca15983a72
commit
f5ba1815f0
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ class StateCasting {
|
|||
if(_currentDialog == null) {
|
||||
_currentDialog = UIDialogs.showDialog(context, R.drawable.ic_loader_animated, true,
|
||||
"Connecting to [${device.name}]",
|
||||
"Make sure you are on the same network\n\nVPNs and guest networks can prevent connections", null, -2,
|
||||
"Make sure you are on the same network\n\nVPNs and guest networks can cause issues", null, -2,
|
||||
UIDialogs.Action("Disconnect", {
|
||||
device.stop();
|
||||
}));
|
||||
|
|
Loading…
Add table
Reference in a new issue