mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Fix appearance issue
This commit is contained in:
		@@ -106,13 +106,19 @@ class _AuthorizedGroupPageScreenState
 | 
			
		||||
      child: Column(
 | 
			
		||||
        children: [
 | 
			
		||||
          _buildGroupPageHeader(),
 | 
			
		||||
          Material(
 | 
			
		||||
            color: _headerColor,
 | 
			
		||||
            child: TabBar(
 | 
			
		||||
              isScrollable: _tabController.length > 4,
 | 
			
		||||
              tabs: _tabs.map((e) => e.tab).toList(),
 | 
			
		||||
              controller: _tabController,
 | 
			
		||||
            ),
 | 
			
		||||
          Row(
 | 
			
		||||
            children: [
 | 
			
		||||
              Expanded(
 | 
			
		||||
                child: Material(
 | 
			
		||||
                  color: _headerColor,
 | 
			
		||||
                  child: TabBar(
 | 
			
		||||
                    isScrollable: true,
 | 
			
		||||
                    tabs: _tabs.map((e) => e.tab).toList(),
 | 
			
		||||
                    controller: _tabController,
 | 
			
		||||
                  ),
 | 
			
		||||
                ),
 | 
			
		||||
              ),
 | 
			
		||||
            ],
 | 
			
		||||
          ),
 | 
			
		||||
          Expanded(
 | 
			
		||||
            child: TabBarView(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user