1. 独立app内存泄漏优化

This commit is contained in:
wangcongtao
2020-09-27 19:16:54 +08:00
parent 29be9de7db
commit 53d1ac0b3f
13 changed files with 62 additions and 17 deletions

View File

@@ -25,4 +25,6 @@ public interface IMogoShareManager extends IProvider {
* @param context 待重置的上下文
*/
void resetContext(Context context);
void releaseContext();
}