This commit is contained in:
YueR 2019-09-19 20:11:50 +08:00
parent e6477aded4
commit ef65a4e325

View File

@ -158,7 +158,7 @@ class TechPickerScreen(internal val civInfo: CivilizationInfo, switchfromWorldSc
selectedTech = tech selectedTech = tech
descriptionLabel.setText(tech?.description) descriptionLabel.setText(tech?.description)
if (switchfromWorldScreen) if (!switchfromWorldScreen)
return return
if(tech==null) if(tech==null)