Small improvement

This commit is contained in:
M66B 2019-12-30 19:53:23 +01:00
parent 5afa5c4bbe
commit 7f0456ee65
1 changed files with 2 additions and 1 deletions

View File

@ -4533,7 +4533,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
REQUEST_OPENPGP,
null, 0, 0, 0, null);
} catch (IntentSender.SendIntentException ex) {
Log.unexpectedError(getParentFragmentManager(), ex);
// Likely cancelled
Log.w(ex);
}
}