Consider OAuth response as authenticated

This commit is contained in:
M66B
2022-11-19 09:41:29 +01:00
parent f1d1a3b52d
commit ae09611a2c

View File

@@ -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