TF-2671 Fix scroll jumping when typing on composer

(cherry picked from commit 2ab217d8b6193f61dfde0451ed49486cf51d664b)
This commit is contained in:
DatDang
2024-03-26 15:42:30 +07:00
committed by Dat H. Pham
parent 3fefd1929e
commit b636422d37
4 changed files with 9 additions and 7 deletions
@@ -217,7 +217,7 @@ class ComposerView extends GetWidget<ComposerController> {
onLoadCompletedEditorAction: controller.onLoadCompletedMobileEditorAction,
),
)),
const SizedBox(height: ComposerStyle.keyboardMaxHeight),
SizedBox(height: MediaQuery.viewInsetsOf(context).bottom),
],
),
),