Prevent crash

This commit is contained in:
M66B
2019-03-25 19:20:23 +00:00
parent 6ed02843df
commit e0db116401
2 changed files with 8 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ public class ServiceTileUnseen extends TileService {
@Override
public void onDestroy() {
owner.destroy();
super.onDestroy();
}