fix bug of dialog dimiss
This commit is contained in:
@@ -7,7 +7,12 @@ import com.mogo.service.module.IMogoModuleProvider;
|
||||
public interface IMogoAuthManager extends IMogoModuleProvider {
|
||||
|
||||
/**
|
||||
* 重置授权页面弹起时展示View Context
|
||||
* 弹起授权页面 展示View Context
|
||||
*/
|
||||
void resetContext(Context context);
|
||||
void showAuth(Context context);
|
||||
|
||||
/**
|
||||
* 关闭授权页面
|
||||
*/
|
||||
void dismiss();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user