Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api to set LifecycleOwner for BlurLayout #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 2, 2019

  1. Api to set LifecycleOwner for BlurLayout

    - with the Lifecycle provided by the LifecycleOwner we can remove
      boilerplate calls to startBlur() and pauseBlur(). BlurLayout
      will implement Lifecycleobserver for this.
    - added dependency on android.arch.lifecycle:runtime:1.1.1 for the
      same
    - better not to use this API while using Java 8
    
    Signed-off-by: Arka Prava Basu <arkaprava94@gmail.com>
    archie94 committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    a94c3c8 View commit details
    Browse the repository at this point in the history