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
@@ -6,7 +6,6 @@ import 'package:flutter/material.dart';
class ComposerStyle {
static const double radius = 28;
static const double keyboardMaxHeight = 500;
static const double keyboardToolBarHeight = 200;
static const double popupMenuRadius = 8;