mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 13:33:28 +01:00 
			
		
		
		
	Enable version correction in background (replace plugin)
This commit is contained in:
		| @@ -393,9 +393,9 @@ class AppsPageState extends State<AppsPage> { | ||||
|     } | ||||
|  | ||||
|     getAppIcon(int appIndex) { | ||||
|       return listedApps[appIndex].installedInfo != null | ||||
|       return listedApps[appIndex].icon != null | ||||
|           ? Image.memory( | ||||
|               listedApps[appIndex].installedInfo!.icon!, | ||||
|               listedApps[appIndex].icon!, | ||||
|               gaplessPlayback: true, | ||||
|             ) | ||||
|           : Row( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user