Fix instance leak

This commit is contained in:
Ammar Githam 2021-05-08 15:52:40 +09:00
parent 2f4eff741e
commit b64d1409a0
1 changed files with 1 additions and 0 deletions

View File

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