Fixed
Status Update
Comments
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).
ro...@google.com <ro...@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
DataStore Version used: 1.0.0-alpha-01
SharedPreferences has never included Double APIs, but is there any reason not to add them in a new library? The use-case is the same as for Float, but when you want more precision and aren't concerned about taking up a bit more space.