Skip to content

Commit 533069c

Browse files
committed
update wheelView
1 parent 54bf6de commit 533069c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WheelView/src/main/java/com/example/y/demo/XmlManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ public String getCurrentDistrictName() {
145145
* 根据当前的市,更新区WheelView的信息
146146
*/
147147
public void updateAreas(int cityCurrent) {
148-
mCurrentDistrictName = mDistrictDatasMap.get(mCurrentCityName)[0];
149148
mCurrentCityName = mCitisDatasMap.get(mCurrentProviceName)[cityCurrent];
150149
String[] areas = mDistrictDatasMap.get(mCurrentCityName);
151150
if (areas == null) {

0 commit comments

Comments
 (0)