This commit is contained in:
2026-01-08 19:36:31 +08:00
parent fce721bfc3
commit a79f7db867
8 changed files with 184 additions and 147 deletions
@@ -398,6 +398,9 @@ class MainScreenPresentation(
* 餐品识别成功,不计费模式
*/
fun loadUnbilledMode() {
if (currentUserId.isNullOrBlank()) {
return
}
isLoadUnbilledMode = true
Timber.tag(TAG).d("loadUnbilledMode")
binding.calorieInclude.root.gone()