Added safe area around textinput in talk
This commit is contained in:
		@@ -58,7 +58,7 @@ class _AppState extends State<App> {
 | 
			
		||||
        border: Border.symmetric(vertical: BorderSide.none, horizontal: BorderSide(color: Colors.grey, width: 1))
 | 
			
		||||
      ),
 | 
			
		||||
      screenTransitionAnimation: const ScreenTransitionAnimation(animateTabTransition: false, curve: Curves.ease, duration: Duration(milliseconds: 200)),
 | 
			
		||||
      screens: [
 | 
			
		||||
      screens: const [
 | 
			
		||||
        Breaker(breaker: BreakerArea.timetable, child: Timetable()),
 | 
			
		||||
        Breaker(breaker: BreakerArea.talk, child: ChatList()),
 | 
			
		||||
        Breaker(breaker: BreakerArea.files, child: Files([])),
 | 
			
		||||
 
 | 
			
		||||
@@ -108,7 +108,7 @@ class _ChatViewState extends State<ChatView> {
 | 
			
		||||
                      children: messages.reversed.toList(),
 | 
			
		||||
                    ),
 | 
			
		||||
                  ),
 | 
			
		||||
                  ChatTextfield(widget.room.token),
 | 
			
		||||
                  SafeArea(child: ChatTextfield(widget.room.token)),
 | 
			
		||||
                ],
 | 
			
		||||
              ),
 | 
			
		||||
            )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user