mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Improve widget
This commit is contained in:
		@@ -76,15 +76,17 @@ class _NotificationsScreenState extends State<NotificationsScreen> {
 | 
				
			|||||||
        child: CircularProgressIndicator(),
 | 
					        child: CircularProgressIndicator(),
 | 
				
			||||||
      );
 | 
					      );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return Column(
 | 
					    return Container(
 | 
				
			||||||
      children: [
 | 
					      height: double.infinity,
 | 
				
			||||||
        Expanded(
 | 
					 | 
				
			||||||
      child: Stack(children: [
 | 
					      child: Stack(children: [
 | 
				
			||||||
            RefreshIndicator(
 | 
					        Container(
 | 
				
			||||||
 | 
					          height: double.infinity,
 | 
				
			||||||
 | 
					          child: RefreshIndicator(
 | 
				
			||||||
            key: _refreshKey,
 | 
					            key: _refreshKey,
 | 
				
			||||||
            child: _buildBody(),
 | 
					            child: _buildBody(),
 | 
				
			||||||
            onRefresh: _loadList,
 | 
					            onRefresh: _loadList,
 | 
				
			||||||
          ),
 | 
					          ),
 | 
				
			||||||
 | 
					        ),
 | 
				
			||||||
        // Add conversation button
 | 
					        // Add conversation button
 | 
				
			||||||
        Positioned(
 | 
					        Positioned(
 | 
				
			||||||
          right: 20.0,
 | 
					          right: 20.0,
 | 
				
			||||||
@@ -95,8 +97,6 @@ class _NotificationsScreenState extends State<NotificationsScreen> {
 | 
				
			|||||||
          ),
 | 
					          ),
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
      ]),
 | 
					      ]),
 | 
				
			||||||
        )
 | 
					 | 
				
			||||||
      ],
 | 
					 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user