mirror of https://github.com/M66B/FairEmail.git
Consider OAuth response as authenticated
This commit is contained in:
parent
f1d1a3b52d
commit
ae09611a2c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue