Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7afa51b authored by Adam Cohen's avatar Adam Cohen Committed by Android Git Automerger
Browse files

am ae5f7ce8: Merge "Fixing typo from previous CL" into ub-now-porkchop

* commit 'ae5f7ce8':
  Fixing typo from previous CL
parents 84a79949 ae5f7ce8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1291,6 +1291,7 @@ public class LauncherProvider extends ContentProvider {
                        int appWidgetId = mAppWidgetHost.allocateAppWidgetId();
                        int appWidgetId = mAppWidgetHost.allocateAppWidgetId();
                        values.put(LauncherSettings.Favorites.APPWIDGET_ID, appWidgetId);
                        values.put(LauncherSettings.Favorites.APPWIDGET_ID, appWidgetId);
                        if (!appWidgetManager.bindAppWidgetIdIfAllowed(appWidgetId,cn)) {
                        if (!appWidgetManager.bindAppWidgetIdIfAllowed(appWidgetId,cn)) {
                            return false;
                        }
                        }
                    } catch (RuntimeException e) {
                    } catch (RuntimeException e) {
                        Log.e(TAG, "Failed to initialize external widget", e);
                        Log.e(TAG, "Failed to initialize external widget", e);