Merge "Updating call to match framework." into honeycomb

This commit is contained in:
Adam Cohen
2011-01-20 00:08:43 -08:00
committed by Android (Google) Code Review
+1 -1
View File
@@ -1347,7 +1347,7 @@ public final class Launcher extends Activity
View v = hostView.findViewById(appWidgetInfo.autoAdvanceViewId);
if (v instanceof Advanceable) {
mWidgetsToAdvance.put(hostView, appWidgetInfo);
((Advanceable) v).willBeAdvancedByHost();
((Advanceable) v).fyiWillBeAdvancedByHostKThx();
updateRunning();
}
}