Commit 9930a72
committed
LogFormatter: fix the storage of preferences with arbitrary key value
Both methods:
1. PrefService#putMap(String, Map<String, String>)
2. PrefService#putMap(Map<String, String>, String)
exist, but have different semantics. Previously the first method
was used, which worked only for key values starting with a slash "/".1 parent a369534 commit 9930a72
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
0 commit comments