Sync on click tile unseen

This commit is contained in:
M66B 2021-04-07 19:04:35 +02:00
parent 8a9f0ebda3
commit a63795d9bc
1 changed files with 5 additions and 0 deletions

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