镜像来自
https://github.com/KokaKiwi/BarInsta
已同步 2025-12-13 15:36:29 +00:00
Fix instance leak
This commit is contained in:
父節點
2f4eff741e
當前提交
b64d1409a0
共有 1 個文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -335,6 +335,7 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage
|
|||
} catch (Exception e) {
|
||||
Log.e(TAG, "onDestroy: ", e);
|
||||
}
|
||||
instance = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
載入中…
Add table
Reference in a new issue