mirror of https://github.com/M66B/FairEmail.git
No OpenPGP providers
This commit is contained in:
parent
7c0090b999
commit
8089a3939a
|
@ -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 New Issue