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

Commit 4524278b authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 7de6ae15: Merge "To call TypedArray.recycle() when we are done with the array."

* commit '7de6ae15':
  To call TypedArray.recycle() when we are done with the array.
parents 4a36d982 7de6ae15
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -383,6 +383,7 @@ class FastScroller {
                    break;
            }
        }
        ta.recycle();

        updateAppearance();
    }