JNI Init fix 2
This commit is contained in:
@@ -71,7 +71,7 @@ public class SiwgJNI {
|
||||
// Constructor
|
||||
//
|
||||
|
||||
public SiwgJNI(Activity activity, Boolean data, String client_id) {
|
||||
public SiwgJNI(Activity activity, boolean data, String client_id) {
|
||||
this.activity = activity;
|
||||
this.client_id = client_id;
|
||||
|
||||
|
Reference in New Issue
Block a user