mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
No OpenPGP providers
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user