fixed compile error

This commit is contained in:
strawmanbobi
2025-10-19 20:58:28 +08:00
parent 089fa5a3a4
commit f732138cb4
3 changed files with 11 additions and 2 deletions

View File

@@ -1,8 +1,17 @@
*.iml
.gradle
/local.properties
.idea/
.idea
.idea/caches/build_file_checksums.ser
.idea/libraries
.idea/modules.xml
.idea/workspace.xml
.idea/gradle.xml
.idea/caches/
.DS_Store
/build
/captures
.externalNativeBuild
/.idea/misc.xml
app/app/release
**/*.apk

View File

@@ -124,7 +124,7 @@ public class IndexFragment extends BaseCreateFragment {
@Override
public void run() {
mApp.mWeAPIs.listRemoteIndexes(mParent.getCurrentCategory().getId(),
mBrandId, mCityCode, mOperatorId, mListIndexesCallback);
mBrandId, mCityCode, mOperatorId, 0, mListIndexesCallback);
}
}.start();
}