mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 07:36:31 +02:00
Consider OAuth response as authenticated
This commit is contained in:
@@ -292,6 +292,7 @@ public class FragmentOAuth extends FragmentBase {
|
||||
try {
|
||||
switch (requestCode) {
|
||||
case ActivitySetup.REQUEST_OAUTH:
|
||||
Helper.setAuthenticated(getContext());
|
||||
if (resultCode == RESULT_OK && data != null)
|
||||
onHandleOAuth(data);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user