Map-A-Droid / MAD

Map PoGo stuff with Android devices
210 stars 135 forks source link

Simplify clearing game data on NOGGL part #1365

Closed JabLuszko closed 9 months ago

JabLuszko commented 10 months ago

First of all totally dropping check if we have that enabled in device settings - we clear_game_data in million other places without this check so it seems useless plus there is no other way to recover from wrong birthday.

Also removing clear_app_cache as _clear_game_data does it already and no point it clearing app_cache twice :)