Function name correction

parent 88b32e6c
......@@ -65,10 +65,10 @@ module.exports = {
isPinOrFingerprintSet: function () {
return RNDeviceInfo.isPinOrFingerprintSet;
},
getSystemName: function () {
getFirstInstallTime: function () {
return RNDeviceInfo.firstInstallTime;
},
getSystemName: function () {
getLastUpdateTime: function () {
return RNDeviceInfo.lastUpdateTime;
},
getPhoneNumber: _ => RNDeviceInfo.phoneNumber
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment