Skip to content

Commit

Permalink
added configuration of defaultUserName into command-line configuratio…
Browse files Browse the repository at this point in the history
…n activity
  • Loading branch information
ptesavol committed Oct 28, 2019
1 parent e3ab8a0 commit 4aeafac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ private void handleCommandLineSettings(Uri data) {
if (accountExists(account)) {

preferences.setDefaultCalendarAccount(account);
preferences.setDefaultUserName(account);
accountSet = true;
Log.d(LOG_TAG, "Account configured: " + preferences.getDefaultCalendarAccount());
} else {
Expand Down

0 comments on commit 4aeafac

Please sign in to comment.