1. bug fix

2. opt ui
This commit is contained in:
tongchenfei
2020-04-13 17:13:03 +08:00
parent 797d0aac0c
commit af585c2409
2 changed files with 12 additions and 23 deletions

View File

@@ -111,7 +111,7 @@ public class LaucherShareDialog implements View.OnClickListener {
dismiss();
} else if (id == R.id.tvNeedHelp) {
// 故障求助
SeekHelpManager.INSTANCE.seekHelp(mContext,seekListener);
SeekHelpManager.INSTANCE.seekHelp(mContext,seekListener,true);
}
}