1. 修复比亚迪分享框弹不出来的问题;
2. 增加比亚迪Full Screen
This commit is contained in:
@@ -115,6 +115,11 @@ public class ShareControl implements IMogoShareManager, IMogoIntentListener, IMo
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void resetContext(Context context) {
|
||||
mContext = context;
|
||||
}
|
||||
|
||||
private void realShowDialog() {
|
||||
if (mShareDialog == null) {
|
||||
mShareDialog = new LaucherShareDialog(mContext);
|
||||
|
||||
Reference in New Issue
Block a user