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

Commit 28ddc1f1 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "RingLock : Fix animation" into gingerbread

parents 5dd3bd48 acfd36e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -288,6 +288,7 @@ public class RingSelector extends ViewGroup {
                trans.setDuration(ANIM_DURATION);
                trans.setFillAfter(true);
                ring.startAnimation(trans);
                ring.setVisibility(View.INVISIBLE);
                target.setVisibility(View.INVISIBLE);
            }
        }