Skip to content

Commit 3f625f7

Browse files
authored
Merge pull request #478 from mumu-lhl/push-lmptpmztuxrn
Fix local audio play
2 parents 035ae96 + 46dac3a commit 3f625f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ui/core/word_display.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Future<NavigationActionPolicy?> Function(
110110
.readOneMdd(info) as Uint8List;
111111
}
112112
await playSound(data, lookupMimeType(filename)!);
113+
return NavigationActionPolicy.CANCEL;
113114
} catch (e) {
114115
continue;
115116
}

0 commit comments

Comments
 (0)