mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
a0edb817a7
commit
d97c7fcc05
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue