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

Updates app to use latest pin lock library. #293

Merged
merged 2 commits into from
Aug 21, 2015

Conversation

roundhill
Copy link
Contributor

Fixes #289

@beaucollins
Copy link
Contributor

This introduces an NPE crash when switching themes in PreferencesActivity:

E/AndroidRuntime( 1981): java.lang.RuntimeException: Unable to stop activity {com.android.quicksearchbox/com.android.quicksearchbox.SearchActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'com.android.quicksearchbox.SourceResult com.android.quicksearchbox.Suggestions.getResult()' on a null object reference
E/AndroidRuntime( 1981):    at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3382)
E/AndroidRuntime( 1981):    at android.app.ActivityThread.handleStopActivity(ActivityThread.java:3428)
E/AndroidRuntime( 1981):    at android.app.ActivityThread.access$1100(ActivityThread.java:151)
E/AndroidRuntime( 1981):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1332)
E/AndroidRuntime( 1981):    at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 1981):    at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 1981):    at android.app.ActivityThread.main(ActivityThread.java:5257)
E/AndroidRuntime( 1981):    at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 1981):    at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 1981):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
E/AndroidRuntime( 1981):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
E/AndroidRuntime( 1981): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'com.android.quicksearchbox.SourceResult com.android.quicksearchbox.Suggestions.getResult()' on a null object reference
E/AndroidRuntime( 1981):    at com.android.quicksearchbox.SearchActivity.getCurrentSuggestions(SearchActivity.java:370)
E/AndroidRuntime( 1981):    at com.android.quicksearchbox.SearchActivity.onStop(SearchActivity.java:267)
E/AndroidRuntime( 1981):    at android.app.Instrumentation.callActivityOnStop(Instrumentation.java:1277)
E/AndroidRuntime( 1981):    at android.app.Activity.performStop(Activity.java:6142)
E/AndroidRuntime( 1981):    at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3379)
E/AndroidRuntime( 1981):    ... 10 more

@roundhill
Copy link
Contributor Author

This introduces an NPE crash when switching themes in PreferencesActivity:

Thanks @beaucollins! I fixed that. Ready for another look.

beaucollins added a commit that referenced this pull request Aug 21, 2015
Updates app to use latest pin lock library.
@beaucollins beaucollins merged commit 8a14f9f into develop Aug 21, 2015
@beaucollins beaucollins deleted the issue/289-passcode-lock branch September 10, 2015 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants