优化软键盘弹出,进入消息详情时定位到评论,修复海马模拟器无法显示评论内容

This commit is contained in:
khy
2016-11-23 12:02:15 +08:00
parent a6bf61bc48
commit 753ca3abc0
9 changed files with 191 additions and 96 deletions

View File

@ -265,8 +265,6 @@ public class MessageShareUtils {
private void wechatSahre(){
Utils.toast(context,"分享跳转中...");
api = WXAPIFactory.createWXAPI(context, "wx3ffd0785fad18111"); //初始化微信分享
WXImageObject imgObj = new WXImageObject();
imgObj.setImagePath(context.getExternalCacheDir().getPath() + "/ShareImg/" + picName);
WXMediaMessage msg = new WXMediaMessage();