mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Improved no viewer message
This commit is contained in:
@@ -326,7 +326,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
||||
try {
|
||||
getContext().startActivity(app);
|
||||
} catch (Throwable ex) {
|
||||
ToastEx.makeText(getContext(), getString(R.string.title_no_viewer, app.getAction()), Toast.LENGTH_LONG).show();
|
||||
ToastEx.makeText(getContext(), getString(R.string.title_no_viewer, app), Toast.LENGTH_LONG).show();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user