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

Commit fb884ec8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change onAppWidgetRemoved to public" into ub-launcher3-qt-future-dev

parents 44982411 791ed473
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -238,9 +238,12 @@ public class LauncherAppWidgetHost extends AppWidgetHost {
        info.initSpans(mContext);
    }

    //TODO: make this override when SDK is updated
    //@Override
    protected void onAppWidgetRemoved(int appWidgetId) {
    /**
     * Called on an appWidget is removed for a widgetId
     * @param appWidgetId
     * TODO: make this override when SDK is updated
     */
    public void onAppWidgetRemoved(int appWidgetId) {
        if (mAppWidgetRemovedCallback == null) {
            return;
        }