Skip to content

Commit

Permalink
Merge pull request #4694 from nextcloud/account-cleanup-conflicts-res…
Browse files Browse the repository at this point in the history
…olve-activity

Remove onAccountSet from ConflictsResolveActivity
  • Loading branch information
tobiasKaminsky committed Oct 17, 2019
2 parents ae6cfb3 + 451cec9 commit 9773dc4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -82,8 +82,8 @@ public void conflictDecisionMade(Decision decision) {
}

@Override
protected void onAccountSet(boolean stateWasRecovered) {
super.onAccountSet(stateWasRecovered);
protected void onStart() {
super.onStart();
if (getAccount() != null) {
OCFile file = getFile();
if (getFile() == null) {
Expand Down

0 comments on commit 9773dc4

Please sign in to comment.