mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
No OpenPGP providers
This commit is contained in:
parent
7c0090b999
commit
8089a3939a
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ public class FragmentOptionsEncryption extends FragmentBase implements SharedPre
|
|||
@Override
|
||||
public void onError(Exception ex) {
|
||||
if ("bindService() returned false!".equals(ex.getMessage()))
|
||||
tvOpenPgpStatus.setText(ex.getMessage());
|
||||
tvOpenPgpStatus.setText("No OpenPGP providers");
|
||||
else
|
||||
tvOpenPgpStatus.setText(ex.toString());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue