mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Let new messages tile process
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user