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

Commit 10f27c5a authored by Adam Cohen's avatar Adam Cohen Committed by Android (Google) Code Review
Browse files

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

parents 07837862 2035a465
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();
    }
}