Let new messages tile process

pull/162/head
M66B 5 years ago
parent f7d658cbdc
commit be76818f6a

@ -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…
Cancel
Save