We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89b6c6 commit c786cc9Copy full SHA for c786cc9
src/main/java/org/microbit/android/partialflashing/PartialFlashingBaseService.java
@@ -290,7 +290,7 @@ public Boolean attemptPartialFlash(String filePath) {
290
291
// Find DAL hash
292
String hashes = hex.getDataFromIndex(magicIndex + 1);
293
- if!(hashes.substring(0, 8).equals(dalHash)) {
+ if(!hashes.substring(0, 8).equals(dalHash)) {
294
return false;
295
}
296
0 commit comments