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

Commit 3a3fea4f authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

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

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

        updateAppearance();
    }