Преглед изворни кода

1.修改iOS Apex Driver Setting Action设置类型不正确。

Pen Li пре 7 година
родитељ
комит
9d568c8bd4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Redant Drivers/Apex And Drivers/Setting/Model/RASettingActionModel.m

+ 1 - 0
Redant Drivers/Apex And Drivers/Setting/Model/RASettingActionModel.m

@@ -28,6 +28,7 @@
 }
 
 - (void)setActionType:(RASettingActionType)actionType {
+    _actionType = actionType;
     
     if (actionType == RASettingActionTypeCleanCache) {