Skip to content
Snippets Groups Projects
  1. Jul 11, 2022
    • xi yu's avatar
      [Bugfix][RemoteAnimation] Fix IndexOutOfBoundsException in onAnimationFinished of · 2d53bb2d
      xi yu authored
      RemoteAnimationController
      
      Sometimes mPendingAnimations.remove will be called more than once in one cycle (line 255 - 270) of 
      onAnimationFinished, e.g., mPendingAnimations.remove being called again in 
      adapters.mAdapter.mCapturedFinishCallback.onAnimationFinished, resulting in 
      IndexOutOfBoundsException.
      
      Bug:237989368
      
      Change-Id: Ica771f1ae4cb4ddddb7684bd964504ca9f31ea12
      Test: Monkey test
      2d53bb2d
  2. Jun 20, 2022
  3. Jun 17, 2022
  4. Jun 16, 2022
  5. Jun 15, 2022
  6. Jun 14, 2022
Loading