mirror of
https://github.com/etesync/android
synced 2025-01-11 08:10:58 +00:00
Fingerprint verification: dismiss dialog when not trusting fingerprint.
This commit is contained in:
parent
3c1cad8960
commit
5c2601f408
@ -109,6 +109,7 @@ public class AddMemberFragment extends DialogFragment {
|
|||||||
.setNegativeButton(android.R.string.cancel, new DialogInterface.OnClickListener() {
|
.setNegativeButton(android.R.string.cancel, new DialogInterface.OnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onClick(DialogInterface dialog, int which) {
|
public void onClick(DialogInterface dialog, int which) {
|
||||||
|
dismiss();
|
||||||
}
|
}
|
||||||
}).show();
|
}).show();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user