mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Merge "Change onAppWidgetRemoved to public" into ub-launcher3-qt-future-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fb884ec895
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user