1
0
Fork 0
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:
M66B 2019-09-20 21:35:20 +02:00
parent f7d658cbdc
commit be76818f6a

View file

@ -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);
}
}