fix: 私信页面表情面板 issues #588
This commit is contained in:
@ -110,7 +110,9 @@ class _VideoReplyNewDialogState extends State<VideoReplyNewDialog>
|
||||
void didChangeMetrics() {
|
||||
super.didChangeMetrics();
|
||||
final String routePath = Get.currentRoute;
|
||||
if (mounted && routePath.startsWith('/video')) {
|
||||
if (mounted &&
|
||||
(routePath.startsWith('/video') ||
|
||||
routePath.startsWith('/dynamicDetail'))) {
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
// 键盘高度
|
||||
final viewInsets = EdgeInsets.fromViewPadding(
|
||||
|
Reference in New Issue
Block a user