Fix bug on DC#ensureActivitiesVisible
There is a possibility that a certain DC does not perform
ensureActivitiesVisible since exception occurs on the binder thread.
If an exception occurs during its execution, the execution of the
finally statement is not conducted. From this point on, the DC doesn't
execute ensureActivitiesVisible forever.
Bug: 291175616
Change-Id: I042c15d3836f62a6c31e22d05023f4e61fb046d2
Signed-off-by: Hyeongseop Shim <hyeongseop.shim@samsung.corp-partner.google.com>
Loading
Please register or sign in to comment