mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix appearance issue
This commit is contained in:
		@@ -4,7 +4,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// ignore_for_file: lines_longer_than_80_chars
 | 
					// ignore_for_file: lines_longer_than_80_chars
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// ignore: implementation_imports
 | 
					 | 
				
			||||||
import 'package:file_picker/src/file_picker_web.dart';
 | 
					import 'package:file_picker/src/file_picker_web.dart';
 | 
				
			||||||
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
 | 
					import 'package:flutter_web_plugins/flutter_web_plugins.dart';
 | 
				
			||||||
import 'package:shared_preferences_web/shared_preferences_web.dart';
 | 
					import 'package:shared_preferences_web/shared_preferences_web.dart';
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -106,13 +106,19 @@ class _AuthorizedGroupPageScreenState
 | 
				
			|||||||
      child: Column(
 | 
					      child: Column(
 | 
				
			||||||
        children: [
 | 
					        children: [
 | 
				
			||||||
          _buildGroupPageHeader(),
 | 
					          _buildGroupPageHeader(),
 | 
				
			||||||
          Material(
 | 
					          Row(
 | 
				
			||||||
            color: _headerColor,
 | 
					            children: [
 | 
				
			||||||
            child: TabBar(
 | 
					              Expanded(
 | 
				
			||||||
              isScrollable: _tabController.length > 4,
 | 
					                child: Material(
 | 
				
			||||||
              tabs: _tabs.map((e) => e.tab).toList(),
 | 
					                  color: _headerColor,
 | 
				
			||||||
              controller: _tabController,
 | 
					                  child: TabBar(
 | 
				
			||||||
            ),
 | 
					                    isScrollable: true,
 | 
				
			||||||
 | 
					                    tabs: _tabs.map((e) => e.tab).toList(),
 | 
				
			||||||
 | 
					                    controller: _tabController,
 | 
				
			||||||
 | 
					                  ),
 | 
				
			||||||
 | 
					                ),
 | 
				
			||||||
 | 
					              ),
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
          ),
 | 
					          ),
 | 
				
			||||||
          Expanded(
 | 
					          Expanded(
 | 
				
			||||||
            child: TabBarView(
 | 
					            child: TabBarView(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user