[6.0.0][魔方] 优化低电提示文案

This commit is contained in:
renwj
2023-08-31 11:34:53 +08:00
parent 0b36a5956e
commit cac5bca593

View File

@@ -68,7 +68,7 @@ open class BlueToothView: LinearLayout, IMoGoMoFangProvider.OnMoFangStatusListen
it.setTextColor(Color.RED)
ivMoFangStatus?.drawable?.setTint(Color.RED)
postDelayed({
ToastUtils.showShort("当前蘑方处低电状态, 请及时充电")
ToastUtils.showShort("蘑方处低电状态, 请及时充电")
}, 5000)
}
} else {