mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
Small improvement
This commit is contained in:
@@ -167,8 +167,6 @@ public class ServiceUI extends IntentService {
|
||||
}
|
||||
|
||||
private void onSummary() {
|
||||
DB.getInstance(this).message().ignoreAll();
|
||||
|
||||
Intent view = new Intent(this, ActivityView.class);
|
||||
view.setAction("unified");
|
||||
view.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
|
||||
Reference in New Issue
Block a user