mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 动态评论区打不开表情
This commit is contained in:
@@ -110,7 +110,7 @@ class _VideoReplyNewDialogState extends State<VideoReplyNewDialog>
|
||||
void didChangeMetrics() {
|
||||
super.didChangeMetrics();
|
||||
final String routePath = Get.currentRoute;
|
||||
if (mounted && routePath.startsWith('/video')) {
|
||||
if (mounted){
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
// 键盘高度
|
||||
final viewInsets = EdgeInsets.fromViewPadding(
|
||||
|
||||
Reference in New Issue
Block a user