We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c8813 commit e602cddCopy full SHA for e602cdd
app/src/main/java/com/github/jsbxyyx/xbook/ProfileFragment.java
@@ -477,7 +477,7 @@ private void issues() {
477
478
private void help() {
479
Intent intent = new Intent(getContext(), GeckoWebViewActivity.class);
480
- intent.putExtra("url", "https://http2.idingdang.org/donate");
+ intent.putExtra("url", "https://" + Common.host + "/donate");
481
intent.putExtra("orientation", "v");
482
startActivity(intent);
483
}
0 commit comments