mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Let new messages tile process
This commit is contained in:
parent
f7d658cbdc
commit
be76818f6a
1 changed files with 1 additions and 4 deletions
|
@ -94,9 +94,6 @@ public class ServiceTileUnseen extends TileService {
|
|||
|
||||
public void onClick() {
|
||||
Log.i("Click tile unseen");
|
||||
|
||||
Intent clear = new Intent(this, ServiceUI.class);
|
||||
clear.setAction("clear");
|
||||
startService(clear);
|
||||
ServiceSynchronize.process(this, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue