fixed bug
This commit is contained in:
@@ -249,6 +249,9 @@ public ExecutorService getExecutor() {
|
||||
return this.executor;
|
||||
}
|
||||
|
||||
public ServerConnection getNetworkSupport(){
|
||||
return networkConnection;
|
||||
}
|
||||
|
||||
public void updateResolution(int width, int height) {
|
||||
AppSettings settings = getContext().getSettings();
|
||||
|
||||
Reference in New Issue
Block a user