mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 05:23:28 +01:00 
			
		
		
		
	Removed unused commented code
This commit is contained in:
		| @@ -391,28 +391,6 @@ class AppsPageState extends State<AppsPage> { | ||||
|                                     : () { | ||||
|                                         appsProvider.removeAppsWithModal( | ||||
|                                             context, selectedApps.toList()); | ||||
|                                         // showDialog<Map<String, dynamic>?>( | ||||
|                                         //     context: context, | ||||
|                                         //     builder: (BuildContext ctx) { | ||||
|                                         //       return GeneratedFormModal( | ||||
|                                         //         title: tr( | ||||
|                                         //             'removeSelectedAppsQuestion'), | ||||
|                                         //         items: const [], | ||||
|                                         //         initValid: true, | ||||
|                                         //         message: tr( | ||||
|                                         //             'xWillBeRemovedButRemainInstalled', | ||||
|                                         //             args: [ | ||||
|                                         //               plural('apps', | ||||
|                                         //                   selectedApps.length) | ||||
|                                         //             ]), | ||||
|                                         //       ); | ||||
|                                         //     }).then((values) { | ||||
|                                         //   if (values != null) { | ||||
|                                         //     appsProvider.removeApps(selectedApps | ||||
|                                         //         .map((e) => e.id) | ||||
|                                         //         .toList()); | ||||
|                                         //   } | ||||
|                                         // }); | ||||
|                                       }, | ||||
|                                 tooltip: tr('removeSelectedApps'), | ||||
|                                 icon: const Icon(Icons.delete_outline_outlined), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user