Licence verification display
This commit is contained in:
parent
ffa34bd808
commit
da72cfdcfb
@ -168,11 +168,12 @@ public class LoginActivity extends BaseActivity {
|
|||||||
}
|
}
|
||||||
case 0: {
|
case 0: {
|
||||||
Log.d(TAG, "Face engine were succesfully created " + getFilesDir() + "/vl/data");
|
Log.d(TAG, "Face engine were succesfully created " + getFilesDir() + "/vl/data");
|
||||||
lay_licence_verify.setVisibility(View.VISIBLE);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 1: {
|
case 1: {
|
||||||
Toast.makeText(this, "License Verification failed!", Toast.LENGTH_LONG).show();
|
Toast.makeText(this, "License Verification failed!", Toast.LENGTH_LONG).show();
|
||||||
|
lay_licence_verify.setVisibility(View.VISIBLE);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 2: {
|
case 2: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user