mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-04 15:23:28 +01:00 
			
		
		
		
	FIxed a typo
This commit is contained in:
		@@ -21,7 +21,7 @@ class _SettingsPageState extends State<SettingsPage> {
 | 
			
		||||
    return Scaffold(
 | 
			
		||||
        backgroundColor: Theme.of(context).colorScheme.surface,
 | 
			
		||||
        body: CustomScrollView(slivers: <Widget>[
 | 
			
		||||
          const CustomAppBar(title: 'Add App'),
 | 
			
		||||
          const CustomAppBar(title: 'Settings'),
 | 
			
		||||
          SliverFillRemaining(
 | 
			
		||||
              hasScrollBody: true,
 | 
			
		||||
              child: Padding(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user