am 10f27c5a: Merge "Fixing bug where widgets would go dead after moving to another screen" into honeycomb

* commit '10f27c5a42e6da262d178d426944b2b31c185f4a':
  Fixing bug where widgets would go dead after moving to another screen
This commit is contained in:
Adam Cohen
2011-01-26 13:29:07 -08:00
committed by Android Git Automerger

View File

@@ -1015,10 +1015,4 @@ public abstract class AdapterViewAnimator extends AdapterView<Adapter>
*/
public void fyiWillBeAdvancedByHostKThx() {
}
@Override
protected void onDetachedFromWindow() {
setAdapter(null);
super.onDetachedFromWindow();
}
}