mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 05:23:28 +01:00 
			
		
		
		
	Tiny UI tweak
This commit is contained in:
		| @@ -298,7 +298,8 @@ class _APKPickerState extends State<APKPicker> { | ||||
|       scrollable: true, | ||||
|       title: const Text('Pick an APK'), | ||||
|       content: Column(children: [ | ||||
|         Text('${widget.app.name} has more than one package.'), | ||||
|         Text('${widget.app.name} has more than one package:'), | ||||
|         const SizedBox(height: 16), | ||||
|         ...widget.app.apkUrls.map((u) => RadioListTile<String>( | ||||
|             title: Text(Uri.parse(u).pathSegments.last), | ||||
|             value: u, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user