[feedback]优化弹窗实现细节

This commit is contained in:
renwj
2022-03-22 16:21:17 +08:00
parent 8072ac7d1e
commit 1aa36e2471
10 changed files with 111 additions and 90 deletions

View File

@@ -217,13 +217,4 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
* @param msg
*/
fun showDockerRebootResult(code: Int,msg: String)
/**
* @param floatView: 要展示的View
* @param tag: 唯一标识
* @return 触发消失时回调
*/
fun showFloatWindow(tag: String = "BadCaseFloat", floatView: View, attrs: LayoutParams?): () -> Unit
}