mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-21 05:16:31 +00:00
Fix instance leak
This commit is contained in:
parent
2f4eff741e
commit
b64d1409a0
1 changed files with 1 additions and 0 deletions
|
|
@ -335,6 +335,7 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage
|
|||
} catch (Exception e) {
|
||||
Log.e(TAG, "onDestroy: ", e);
|
||||
}
|
||||
instance = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue