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