fix(android): break literal /* in KDoc that unclosed the comment
Kotlin nests block comments, so the literal `audio/*` text inside a KDoc comment opened a phantom nested comment. The closing */ two lines later closed that nested one instead, leaving the real KDoc open for the rest of the file and breaking release compilation.
This commit is contained in:
@@ -380,7 +380,7 @@ class MainActivity : AudioServiceActivity() {
|
||||
* static review only — Design "Lazy per-folder enumeration, never an
|
||||
* eager tree dump"): [parentDocumentId] blank means the tree root
|
||||
* itself, otherwise the given subfolder's documentId. Filters files to
|
||||
* `audio/*` MIME at the native layer (lean payload); each returned row
|
||||
* audio MIME types at the native layer (lean payload); each returned row
|
||||
* also carries `mime` so the Dart side can re-validate via
|
||||
* `esArchivoAudio` (defense-in-depth). Any query failure degrades to an
|
||||
* empty list rather than throwing.
|
||||
|
||||
Reference in New Issue
Block a user