mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Merge pull request #4694 from nextcloud/account-cleanup-conflicts-resolve-activity
Remove onAccountSet from ConflictsResolveActivity
This commit is contained in:
commit
9773dc43cf
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ public class ConflictsResolveActivity extends FileActivity implements OnConflict
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onAccountSet(boolean stateWasRecovered) {
|
protected void onStart() {
|
||||||
super.onAccountSet(stateWasRecovered);
|
super.onStart();
|
||||||
if (getAccount() != null) {
|
if (getAccount() != null) {
|
||||||
OCFile file = getFile();
|
OCFile file = getFile();
|
||||||
if (getFile() == null) {
|
if (getFile() == null) {
|
||||||
|
|
Loading…
Reference in a new issue