Skip to content

Commit

Permalink
Fix Clicking back button on new login view relaunches the URL input form
Browse files Browse the repository at this point in the history
  • Loading branch information
davigonz authored and davivel committed Aug 14, 2017
1 parent d51a69f commit 39e13c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/owncloud/android/ui/activity/BaseActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public void run(AccountManagerFuture<Bundle> future) {
Log_OC.e(TAG, "Account creation callback with null bundle");
}
if (mMandatoryCreation && !accountWasSet) {
moveTaskToBack(true);
finish();
}
}
}
Expand Down

0 comments on commit 39e13c1

Please sign in to comment.