▼▼▼

- Probably fix race condition when clearing the cache
- Unload unneeded launcher activity while in game
This commit is contained in:
artdeell 2021-12-13 22:45:52 +03:00
parent 2478758e5d
commit ad8d115b82
3 changed files with 4 additions and 1 deletions

View file

@ -62,7 +62,6 @@ public class BaseMainActivity extends BaseActivity {
protected void initLayout(int resId) {
setContentView(resId);
ProfileAdapter.clearIconCache();
try {
Logger.getInstance().reset();
// FIXME: is it safe fot multi thread?