Sync on click tile unseen

pull/197/head
M66B 4 years ago
parent 8a9f0ebda3
commit a63795d9bc

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

Loading…
Cancel
Save