1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-09-28 21:57:30 +00:00

Fix instance leak

This commit is contained in:
Ammar Githam 2021-05-08 15:52:40 +09:00
parent 2f4eff741e
commit b64d1409a0

View File

@ -335,6 +335,7 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage
} catch (Exception e) {
Log.e(TAG, "onDestroy: ", e);
}
instance = null;
}
@Override