Loading core/java/android/nfc/tech/Ndef.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -278,6 +278,8 @@ public final class Ndef extends BasicTagTechnology { throw new TagLostException(); throw new TagLostException(); } } return msg; return msg; } else if (!tagService.isPresent(serviceHandle)) { throw new TagLostException(); } else { } else { return null; return null; } } Loading Loading
core/java/android/nfc/tech/Ndef.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -278,6 +278,8 @@ public final class Ndef extends BasicTagTechnology { throw new TagLostException(); throw new TagLostException(); } } return msg; return msg; } else if (!tagService.isPresent(serviceHandle)) { throw new TagLostException(); } else { } else { return null; return null; } } Loading