No OpenPGP providers

This commit is contained in:
M66B 2021-02-18 06:19:01 +01:00
parent 7c0090b999
commit 8089a3939a
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ public class FragmentOptionsEncryption extends FragmentBase implements SharedPre
@Override @Override
public void onError(Exception ex) { public void onError(Exception ex) {
if ("bindService() returned false!".equals(ex.getMessage())) if ("bindService() returned false!".equals(ex.getMessage()))
tvOpenPgpStatus.setText(ex.getMessage()); tvOpenPgpStatus.setText("No OpenPGP providers");
else else
tvOpenPgpStatus.setText(ex.toString()); tvOpenPgpStatus.setText(ex.toString());
} }