Skip to content

Commit

Permalink
Fixed some UI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Dec 18, 2017
1 parent 4bd5434 commit 57191b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public void run() {
testText = testServer(dnsQuery, type, dnsServer, testDomain, testText);
}
mHandler.obtainMessage(DnsTestHandler.MSG_TEST_DONE).sendToTarget();
} catch (IllegalStateException ignored) {
} catch (Exception e) {
Logger.logException(e);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public void onClick(View v) {
public void checkStatus() {
menu.findItem(R.id.nav_home).setChecked(true);
toolbar.setTitle(R.string.action_home);
updateUserInterface();
}

@Override
Expand Down

0 comments on commit 57191b8

Please sign in to comment.