Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Jeremy, is this still an issue? I think the problem was that you had two transitions targeting the same View for the same action (e.g. two Slide() transitions).
jb...@google.com <jb...@google.com> #3
I have a similar issue with plain AnimatorSet:
set.start()
set.pause()
set.setCurrentPlayTime(100)
set.setCurrentPlayTime(0)
set.setCurrentPlayTime(100)
set.resume()
doesn't play animation in resume().
Description
Version used:
Devices/Android versions reproduced on:
If this is a bug in the library, we would appreciate if you could attach:
- Sample project to trigger the issue.
- A screenrecord or screenshots showing the issue (if UI related).
When calling toString on a androidx.fragment.app.Fragment a string is produced with an extra '}'
The source code calls 'sb.append("{");' once and 'sb.append("})";' twice.
see the example output below.
onAttachFragment: TicketListFragment{2738801} (275d67bc-b525-4373-bbe7-349c06a67650) id=0x7f0900a3 List_Fragment}