Skip to content
Commit d7c3cbaa authored by Song Chun Fan's avatar Song Chun Fan
Browse files

Fix UnsupportedOperationException

Arrays.asList() returns a fixed-size list and an UnsupportedOperationException will be thrown if `remove(element)` is called on it.

Merged-In: I1afae70422a8592f7c255d3ac8f16d53f3b8639e
Change-Id: I1afae70422a8592f7c255d3ac8f16d53f3b8639e
BUG: 276395232
Test: builds
(cherry picked from commit 406d51ad)
parent 93b092bd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment