1. 修复比亚迪分享框弹不出来的问题;
2. 增加比亚迪Full Screen
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.mogo.service.share;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import com.mogo.service.module.IMogoModuleProvider;
|
||||
|
||||
/**
|
||||
@@ -16,4 +18,10 @@ public interface IMogoShareManager extends IMogoModuleProvider {
|
||||
* 隐藏分享框
|
||||
*/
|
||||
void dismissShareDialog();
|
||||
|
||||
/**
|
||||
* 重置一下上下文,普通dialog需要activity的上下文
|
||||
* @param context 待重置的上下文
|
||||
*/
|
||||
void resetContext(Context context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user