[Fix]修复弹窗从左边飘入问题

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-18 11:32:06 +08:00
parent 2f0d3cffb9
commit ec5aee8725

View File

@@ -102,7 +102,7 @@ internal class WarningFloatWindowHelper(
layoutView = floatingView
callbacks?.createdResult(true, null, floatingView)
}
}, 100)
}, 700)
}
}