Skip to content
Commit 018017e2 authored by Pinyao Ting's avatar Pinyao Ting
Browse files

Fix concurrent modification error in ShortcutService

The internal api ShortcutService#postValue isn't protected by mLock and
thus causing concurrent modification exception.

This CL temprorary fixes the issue by protecting above api with existing
lock. In the long run we should be moving the lock to package level,
which will be implemented in b/186011943

Bug: 187062117, 188397473, 188277633
Test: manual
Change-Id: I93537f8abe7a2ec2787949d109c6b3045664d8dd
parent 290fcdde
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