mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-17 17:55:02 +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()) {
|
||||
try {
|
||||
ByeWebSocketMessage byeWebSocketMessage = new ByeWebSocketMessage();
|
||||
@ -288,7 +288,7 @@ public class MagicWebSocketInstance extends WebSocketListener {
|
||||
return connected;
|
||||
}
|
||||
|
||||
public boolean isPermanentlyClosed() {
|
||||
boolean isPermanentlyClosed() {
|
||||
return isPermanentlyClosed;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user