1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 15:11:03 +00:00

Sync on click tile unseen

This commit is contained in:
M66B 2021-04-07 19:04:35 +02:00
parent 8a9f0ebda3
commit a63795d9bc

View file

@ -97,4 +97,9 @@ public class ServiceTileUnseen extends TileService {
Log.i("Stop tile unseen");
owner.stop();
}
@Override
public void onClick() {
ServiceUI.sync(getApplicationContext(), null);
}
}