mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-03 23:03:29 +01:00 
			
		
		
		
	Enable Android TV 'OK' Button (#281)
This commit is contained in:
		@@ -344,7 +344,7 @@ class AppsProvider with ChangeNotifier {
 | 
			
		||||
      // If we did not install the app (or it isn't installed), silent install is not possible
 | 
			
		||||
      return false;
 | 
			
		||||
    }
 | 
			
		||||
    var targetSDK;
 | 
			
		||||
    int? targetSDK;
 | 
			
		||||
    try {
 | 
			
		||||
      targetSDK = (await pm.getPackageInfo(packageName: app.id))
 | 
			
		||||
          ?.applicationInfo
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user