Commit be1c94df authored by Kacyn Fujii's avatar Kacyn Fujii

fix spelling error

parent 913bebaa
......@@ -102,7 +102,7 @@ public class RNDeviceModule extends ReactContextBaseJavaModule {
try {
BluetoothAdapter myDevice = BluetoothAdapter.getDefaultAdapter();
if(mDevice!=null){
if(myDevice!=null){
deviceName = myDevice.getName();
}
} catch(Exception e) {
......
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