Gallery2: fix ConcurrentModificationException in MediaSet.java.
ConcurrentModificationException occured in mListeners' traversal operator if another thread remove mListeners' item. Add synchronized block to avoide ConcurrentModificationException. Change-Id: I8816707a8340ffddf1900209b503029aa6683738 CRs-Fixed: 982803
Loading
Please register or sign in to comment