Created
October 18, 2016 09:32
-
-
Save kevalpatel2106/110221313e1faa712281b345b2cc1905 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
protected void onPause() { | |
super.onPause(); | |
mFingerPrintAuthHelper.stopAuth(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment