瀏覽代碼

fix: basal info table reload

Jon Fawcett 6 年之前
父節點
當前提交
c62e4adb01
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      LoopFollow/Controllers/NightScout.swift

+ 1 - 0
LoopFollow/Controllers/NightScout.swift

@@ -998,6 +998,7 @@ extension MainViewController {
             
         }
         tableData[2].value = latestBasal
+        infoTable.reloadData()
         if UserDefaultsRepository.graphBasal.value {
             updateBasalGraph()
         }