This commit is contained in:
wangcongtao
2020-01-10 11:04:08 +08:00
parent 8d1c690b09
commit 8decd42f67
4 changed files with 26 additions and 0 deletions

View File

@@ -23,4 +23,9 @@ public interface IMogoFragmentManager extends IProvider {
* 将当前 fragment 出栈
*/
void pop();
/**
* 退出栈中所有fragment
*/
void clearAll();
}