Skip to content

Commit

Permalink
修复档案下载在捐赠用户浏览站点为里站时不起作用的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Apr 7, 2024
1 parent 5f331d1 commit c46633a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ public void onDismiss(DialogInterface dialog) {
public void onSuccess(ArchiverData result) {
data = result;
String cF;
if (Settings.getGallerySite()== EhUrl.SITE_E){
if (Settings.getGallerySite() == EhUrl.SITE_E) {
cF = context.getString(R.string.archiver_dialog_current_funds) + data.funds;
}else {
} else {
cF = data.funds;
}

Expand Down

0 comments on commit c46633a

Please sign in to comment.