Skip to content

Commit

Permalink
Use a different request code so it doesn't interfere with G Drive aut…
Browse files Browse the repository at this point in the history
…hentication
  • Loading branch information
mendhak committed Nov 2, 2023
1 parent 621e7d8 commit f7fb3ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public boolean onPreferenceClick(Preference preference) {
AuthorizationRequest authRequest = requestBuilder.build();
Intent authIntent = authorizationService.getAuthorizationRequestIntent(authRequest);
openStreetMapAuthenticationWorkflow.launch(new IntentSenderRequest.Builder(
PendingIntent.getActivity(getActivity(), 0, authIntent, 0))
PendingIntent.getActivity(getActivity(), 53, authIntent, 0))
.setFillInIntent(authIntent)
.build());

Expand Down

0 comments on commit f7fb3ef

Please sign in to comment.