opt
This commit is contained in:
@@ -23,4 +23,9 @@ public interface IMogoFragmentManager extends IProvider {
|
||||
* 将当前 fragment 出栈
|
||||
*/
|
||||
void pop();
|
||||
|
||||
/**
|
||||
* 退出栈中所有fragment
|
||||
*/
|
||||
void clearAll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user