Skip to content

Commit

Permalink
[TF][KILL] more Huawei
Browse files Browse the repository at this point in the history
  • Loading branch information
thermatk committed Oct 16, 2023
1 parent 4fc9466 commit 4d6b5fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
Browser.openUrl(getContext(), appUpdate.url);
}
} else if (BuildVars.isHuaweiStoreApp()){
Browser.openUrl(context, BuildVars.HUAWEI_STORE_URL);
} else {
Browser.openUrl(context, BuildVars.PLAYSTORE_APP_URL);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2625,7 +2625,6 @@ private void createUnsupportedContainer() {
LaunchActivity.instance.checkAppUpdate(true);
}
} else if (BuildVars.isHuaweiStoreApp()){
Browser.openUrl(getContext(), BuildVars.HUAWEI_STORE_URL);
} else {
Browser.openUrl(getContext(), BuildVars.PLAYSTORE_APP_URL);
}
Expand Down

0 comments on commit 4d6b5fd

Please sign in to comment.