mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Inline request read permissions
This commit is contained in:
@@ -373,7 +373,7 @@ public class FragmentContacts extends FragmentBase {
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
if (ex instanceof NoStreamException)
|
||||
((NoStreamException) ex).report(getContext());
|
||||
((NoStreamException) ex).report(getActivity());
|
||||
else
|
||||
Log.unexpectedError(getParentFragmentManager(), ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user