mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-22 20:25:01 +01:00
Scope methods properly
This commit is contained in:
parent
e5532a5842
commit
769e478874
@ -271,7 +271,7 @@ public class MagicWebSocketInstance extends WebSocketListener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void sendBye() {
|
void sendBye() {
|
||||||
if (isConnected()) {
|
if (isConnected()) {
|
||||||
try {
|
try {
|
||||||
ByeWebSocketMessage byeWebSocketMessage = new ByeWebSocketMessage();
|
ByeWebSocketMessage byeWebSocketMessage = new ByeWebSocketMessage();
|
||||||
@ -288,7 +288,7 @@ public class MagicWebSocketInstance extends WebSocketListener {
|
|||||||
return connected;
|
return connected;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isPermanentlyClosed() {
|
boolean isPermanentlyClosed() {
|
||||||
return isPermanentlyClosed;
|
return isPermanentlyClosed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user