Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
android_packages_apps_SetupWizard
Commits
c347cee0
Commit
c347cee0
authored
Oct 23, 2017
by
Abhisek Devkota
Browse files
Fix result on skipping Fingerprint setup
Change-Id: I7534d2f95b4f846e2fd5d1ee096efef558cc368a
parent
aba4f6f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/com/cyanogenmod/setupwizard/BaseSetupWizardActivity.java
View file @
c347cee0
...
...
@@ -595,7 +595,7 @@ public abstract class BaseSetupWizardActivity extends Activity implements Naviga
sb
.
append
(
"RESULT_CANCELED"
);
break
;
case
RESULT_SKIP:
sb
.
append
(
"RESULT_
BLUETOOTH
_SKIP"
);
sb
.
append
(
"RESULT_
FINGERPRINT
_SKIP"
);
break
;
default
:
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment