Skip to content

Commit e602cdd

Browse files
committed
help
1 parent e2c8813 commit e602cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/github/jsbxyyx/xbook/ProfileFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ private void issues() {
477477

478478
private void help() {
479479
Intent intent = new Intent(getContext(), GeckoWebViewActivity.class);
480-
intent.putExtra("url", "https://http2.idingdang.org/donate");
480+
intent.putExtra("url", "https://" + Common.host + "/donate");
481481
intent.putExtra("orientation", "v");
482482
startActivity(intent);
483483
}

0 commit comments

Comments
 (0)