Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1d6706f authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am c5d71c67: am 60abe259: am 6ef76c60: Merge "Fix default value of...

am c5d71c67: am 60abe259: am 6ef76c60: Merge "Fix default value of AnimationDrawable\'s one shot property" into lmp-mr1-dev

* commit 'c5d71c67':
  Fix default value of AnimationDrawable's one shot property
parents 189c1808 c5d71c67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ public class AnimationDrawable extends DrawableContainer implements Runnable, An
                mOneShot = orig.mOneShot;
            } else {
                mDurations = new int[getCapacity()];
                mOneShot = true;
                mOneShot = false;
            }
        }