mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Open start screen when message link not found
This commit is contained in:
@@ -160,8 +160,10 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
|
||||
protected void onExecuted(Bundle args, EntityMessage message) {
|
||||
finish();
|
||||
|
||||
if (message == null)
|
||||
if (message == null) {
|
||||
startActivity(new Intent(ActivityMain.this, ActivityView.class));
|
||||
return;
|
||||
}
|
||||
|
||||
String type = args.getString("type");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user