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

Commit eca572f5 authored by Adam Cohen's avatar Adam Cohen Committed by Android Git Automerger
Browse files

am 10f27c5a: Merge "Fixing bug where widgets would go dead after moving to...

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

* commit '10f27c5a':
  Fixing bug where widgets would go dead after moving to another screen
parents c1df157a 10f27c5a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1015,10 +1015,4 @@ public abstract class AdapterViewAnimator extends AdapterView<Adapter>
     */
    public void fyiWillBeAdvancedByHostKThx() {
    }

    @Override
    protected void onDetachedFromWindow() {
        setAdapter(null);
        super.onDetachedFromWindow();
    }
}