Skip to content

Commit

Permalink
change tips
Browse files Browse the repository at this point in the history
  • Loading branch information
nnjun committed May 29, 2021
1 parent ef04d51 commit da16322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class MainActivity : BaseActivity() {
loadingView.dismiss()
MaterialDialog(this).show {
title(text = "脱壳失败")
message(text = "未知错误,可前往GitHub(https://github.com/CodingGay/BlackDex)提Issue")
message(text = "未知错误,可能是不兼容或者带有环境检测导致失败,可前往GitHub(https://github.com/CodingGay/BlackDex)提Issue")
negativeButton(text = "Github") {
val intent = Intent(
Intent.ACTION_VIEW,
Expand Down

0 comments on commit da16322

Please sign in to comment.