mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 13:00:12 -07:00
▼▼▼
- Probably fix race condition when clearing the cache - Unload unneeded launcher activity while in game
This commit is contained in:
parent
2478758e5d
commit
ad8d115b82
3 changed files with 4 additions and 1 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue