mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Enable lock screen fallback when biometric authentications may not work.
Fixes #9407 Fixes #10166
This commit is contained in:
committed by
Cody Henthorne
parent
be4b687e48
commit
3c4252a933
@@ -127,7 +127,7 @@ public class HelpFragment extends LoggingFragment {
|
||||
setSpinning(next);
|
||||
problem.setEnabled(false);
|
||||
|
||||
helpViewModel.onSubmitClicked(includeDebugLogs.isChecked()).observe(this, result -> {
|
||||
helpViewModel.onSubmitClicked(includeDebugLogs.isChecked()).observe(getViewLifecycleOwner(), result -> {
|
||||
if (result.getDebugLogUrl().isPresent()) {
|
||||
submitFormWithDebugLog(result.getDebugLogUrl().get());
|
||||
} else if (result.isError()) {
|
||||
|
||||
Reference in New Issue
Block a user