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

Commit b082000c authored by ferro_chang's avatar ferro_chang Committed by Steve Kondik
Browse files

To call TypedArray.recycle() when we are done with the array.

Change-Id: I6d672ce6c4e6521d82ef873ce69076b1f1cded56
parent 650c3fb5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -383,6 +383,7 @@ class FastScroller {
                    break;
            }
        }
        ta.recycle();

        updateAppearance();
    }