Commit c0c4cd9d authored by Tiago Cunha's avatar Tiago Cunha

Should fix a NPE while we work on the refactor

parent 3bb72aa9
...@@ -75,7 +75,7 @@ abstract class AbstractAuthedActivity extends AbstractFragmentActivity { ...@@ -75,7 +75,7 @@ abstract class AbstractAuthedActivity extends AbstractFragmentActivity {
} }
} else { } else {
if (hostname.equals(newHostname)) { if (hostname.equals(newHostname)) {
// we are good updateHostname(newHostname);
return; return;
} }
......
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