Commit 5ca64a7
committed
Fix: Correct problematic string in SystemMessageEntryPreferences
The guide string for the "Chromium-based Browser" default entry
contained a sequence `\"-\"` which caused a Kotlin compiler error
(unresolved reference, receiver type mismatch for minus operator)
during release builds.
This commit changes the problematic sequence
`tap the \"-\" (multiple times)`
to
`tap the 'minus' symbol (multiple times)`
to avoid the parsing issue and allow the build to complete successfully.
The meaning of the guide text remains the same for you.1 parent e244948 commit 5ca64a7
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments