mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 13:20:16 +02: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