Explorar el Código

fix: basal info table reload

Jon Fawcett hace 6 años
padre
commit
c62e4adb01
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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()
         }