This commit is contained in:
chenjuntao
2020-01-08 19:27:37 +08:00
parent 839386c5f4
commit cc094889b8
14 changed files with 72 additions and 47 deletions

View File

@ -144,7 +144,7 @@ public abstract class BaseActivity extends BaseAppCompatActivity implements Easy
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.RESUMED)
&& this.getClass().getName().equals(RunningUtils.getTopActivity(this))) {
if (DOWNLOAD_HIJACK.equals(showDialog.getType())) {
DialogUtils.showQqSessionDialog(this, "2586716223");// 建议用户联系客服
DialogUtils.showQqSessionDialog(this, null);// 建议用户联系客服
} else if (PLUGGABLE.equals(showDialog.getType())) {
DialogUtils.showPluginDialog(this, () -> {
if (FileUtils.isEmptyFile(showDialog.getPath())) {