Skip to content

Commit

Permalink
enable Home after Bluetooth loss (fixes #175) (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sriharsha-Singam authored and dogi committed Feb 6, 2019
1 parent 786bda8 commit 8931b14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public boolean onNavigationItemSelected(MenuItem item) {
else { openCallFragment(new HomeFragment()); }
}else{
if (id == R.id.menu_about) { openCallFragment((new AboutFragment())); }
else if (id == R.id.menu_home) { openCallFragment(new HomeFragment()); }
else { showAlertDialog(); }
}

Expand Down

0 comments on commit 8931b14

Please sign in to comment.