TF-1033: apply auto scroll to identity , composer , vacation screen
This commit is contained in:
@@ -1365,4 +1365,13 @@ class ComposerController extends BaseController {
|
||||
FocusManager.instance.primaryFocus?.unfocus();
|
||||
popBack();
|
||||
}
|
||||
|
||||
|
||||
void onEnterKeyDown() {
|
||||
scrollController.animateTo(
|
||||
keyboardRichTextController.currentLine * 20,
|
||||
duration: const Duration(milliseconds: 300),
|
||||
curve: Curves.linear,
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user