mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
Merge "Fixing typo from previous CL" into ub-now-porkchop
This commit is contained in:
@@ -1291,6 +1291,7 @@ public class LauncherProvider extends ContentProvider {
|
||||
int appWidgetId = mAppWidgetHost.allocateAppWidgetId();
|
||||
values.put(LauncherSettings.Favorites.APPWIDGET_ID, appWidgetId);
|
||||
if (!appWidgetManager.bindAppWidgetIdIfAllowed(appWidgetId,cn)) {
|
||||
return false;
|
||||
}
|
||||
} catch (RuntimeException e) {
|
||||
Log.e(TAG, "Failed to initialize external widget", e);
|
||||
|
||||
Reference in New Issue
Block a user