erdo / android-fore

android fore - thinner view layers (and rotation for free)
https://erdo.github.io/android-fore
Apache License 2.0
45 stars 3 forks source link

SyncTrigger - make the trigger reset immediately after firing #10

Closed erdo closed 6 years ago

erdo commented 6 years ago

At the moment the trigger is only reset if a subsequent call to checkThreshold() returns false.

Sometimes it's convenient to just have the trigger immediately reset, without having to wait for a subsequent call to checkThreshold() that returns false.

We should be able to configure SyncTrigger to operate in either mode