mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 08:58:30 +03:00
fix lint error
This commit is contained in:
parent
05fe12b92d
commit
404aca19c9
1 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
package com.owncloud.android.ui.activity;
|
||||
|
||||
import android.Manifest;
|
||||
import android.annotation.TargetApi;
|
||||
import android.app.KeyguardManager;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
|
@ -286,7 +287,7 @@ public class FingerprintActivity extends AppCompatActivity {
|
|||
}
|
||||
}
|
||||
|
||||
@RequiresApi(Build.VERSION_CODES.M)
|
||||
@RequiresApi(api = Build.VERSION_CODES.M)
|
||||
class FingerprintHandler extends FingerprintManager.AuthenticationCallback {
|
||||
|
||||
private TextView text;
|
||||
|
|
Loading…
Reference in a new issue