mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
f99ddf7693
commit
dcd9ad0ca3
|
@ -6066,7 +6066,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
_onActionRaw();
|
||||
break;
|
||||
case REQUEST_ALL_READ:
|
||||
if (requestCode == RESULT_OK)
|
||||
if (resultCode == RESULT_OK)
|
||||
markAllRead();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue