update
This commit is contained in:
parent
d629ee3f9f
commit
c6fb323c68
@ -50,8 +50,7 @@ public class GoogleUtils {
|
|||||||
googlePay = clz.getConstructor(Activity.class).newInstance(mActivity);
|
googlePay = clz.getConstructor(Activity.class).newInstance(mActivity);
|
||||||
flag = (boolean) googlePay.getClass().getMethod("getGoogleService").invoke(googlePay);
|
flag = (boolean) googlePay.getClass().getMethod("getGoogleService").invoke(googlePay);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
throw new RuntimeException(e);
|
||||||
// throw new RuntimeException(e);
|
|
||||||
}
|
}
|
||||||
return flag;
|
return flag;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user