Skip to content

Commit

Permalink
Merge pull request #4688 from nextcloud/account-cleanup-share-activity
Browse files Browse the repository at this point in the history
Remove onAccountSet from ShareActivity
  • Loading branch information
tobiasKaminsky committed Oct 17, 2019
2 parents f4a27cc + 6a88a02 commit 2d9afe3
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -88,8 +88,9 @@ protected void onCreate(Bundle savedInstanceState) {
}
}

protected void onAccountSet(boolean stateWasRecovered) {
super.onAccountSet(stateWasRecovered);
@Override
protected void onStart() {
super.onStart();

// Load data into the list
Log_OC.d(TAG, "Refreshing lists on account set");
Expand Down

0 comments on commit 2d9afe3

Please sign in to comment.