Commit 7ba0adaf authored by Tiago Cunha's avatar Tiago Cunha

Removed unused method

parent 1928d269
...@@ -111,10 +111,6 @@ public class MainActivity extends AbstractAuthedActivity implements MainContract ...@@ -111,10 +111,6 @@ public class MainActivity extends AbstractAuthedActivity implements MainContract
return false; return false;
} }
private boolean shouldLaunchAddServerActivity() {
return ConnectivityManager.getInstance(getApplicationContext()).getServerList().isEmpty();
}
@DebugLog @DebugLog
@Override @Override
protected void onHostnameUpdated() { protected void onHostnameUpdated() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment