Prevent crash

This commit is contained in:
M66B 2020-02-22 13:54:12 +01:00
parent 56a04294c3
commit b2b18ee1eb
1 changed files with 0 additions and 5 deletions

View File

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