1. 修复比亚迪分享框弹不出来的问题;

2. 增加比亚迪Full Screen
This commit is contained in:
tongchenfei
2020-07-15 17:11:23 +08:00
parent 3367594579
commit d1b983c611
5 changed files with 33 additions and 1 deletions

View File

@@ -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);