We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bf6de commit 533069cCopy full SHA for 533069c
WheelView/src/main/java/com/example/y/demo/XmlManager.java
@@ -145,7 +145,6 @@ public String getCurrentDistrictName() {
145
* 根据当前的市,更新区WheelView的信息
146
*/
147
public void updateAreas(int cityCurrent) {
148
- mCurrentDistrictName = mDistrictDatasMap.get(mCurrentCityName)[0];
149
mCurrentCityName = mCitisDatasMap.get(mCurrentProviceName)[cityCurrent];
150
String[] areas = mDistrictDatasMap.get(mCurrentCityName);
151
if (areas == null) {
0 commit comments