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

Commit 86c94cad authored by ferro_chang's avatar ferro_chang
Browse files

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

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


        updateAppearance();
        updateAppearance();
    }
    }