Skip to content

Commit

Permalink
Release version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Teester committed Jan 16, 2018
1 parent b481b30 commit 43da8fd
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ public void onRequestPermissionsResult(int requestCode, @NonNull String[] permis
@Override
protected void onResume() {
super.onResume();

Intent intent = getIntent();

mainPresenter.showIfLoggedIn();
sharedPreferences.registerOnSharedPreferenceChangeListener(this);
}

@Override
Expand Down

0 comments on commit 43da8fd

Please sign in to comment.