This commit is contained in:
2025-12-30 16:59:56 +08:00
parent 5b0b98c8b8
commit 7e32268a4c
2 changed files with 7 additions and 6 deletions
@@ -183,11 +183,11 @@ class HomeActivity : BaseActivity() {
// viewModel.getAccessToken(App.deviceId)
// viewModel.getShelfList(deviceId = App.deviceId)
viewModel.getShelfList(deviceId = App.deviceId)
binding.root.postDelayed({
loadTestData()
}, 30*1000)
// binding.root.postDelayed({
// loadTestData()
// }, 30*1000)
}
private fun loadTestData() {