Skip to content

Commit

Permalink
Merge pull request #890 from m-murad/nav-fix
Browse files Browse the repository at this point in the history
fix: inconsistant navigation item selection in HomeActivity
  • Loading branch information
Saksham Handu authored Dec 20, 2018
2 parents 22ea359 + b3eb7c2 commit a3ae2c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ protected void onPause() {

@Override
protected void onResume() {
setNavigationViewSelectedItem(R.id.item_home);
super.onResume();
if (!isReceiverRegistered) {
LocalBroadcastManager.getInstance(this).registerReceiver(registerReceiver,
Expand Down

0 comments on commit a3ae2c1

Please sign in to comment.