am 378fc245: Merge "Updating call to match framework." into honeycomb

* commit '378fc245b35961adacf98bac41ae080b30cb4418':
  Updating call to match framework.
This commit is contained in:
Adam Cohen
2011-01-20 00:11:03 -08:00
committed by Android Git Automerger
+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();
}
}