You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Correct app label display in HomeAppsWidgetProvider
This commit fixes an issue in `HomeAppsWidgetProvider.kt` where the app's package name was being used instead of the app's label.
- The `packageName` variable is now correctly assigned `appModel.activityPackage` instead of `appModel.label`.
- The app label is now correctly retrieved using `appModel.label` when getting the application info.
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
0 commit comments