Commit c1b6b95
committed
Show download-complete snackbar with filename and Show action
Surfaces "Download complete for <filename>" with a Show action that
opens the Downloads screen, matching the design. The ViewModel already
emits the filename via ShowDownloadComplete — only the Fragment copy
and string format needed updating.
Also removes a duplicate setPinned override accidentally added to
RecordingRenameRepository, which was breaking compileDebugUnitTestKotlin.1 parent 976c2c6 commit c1b6b95
3 files changed
Lines changed: 6 additions & 7 deletions
File tree
- duckchat/duckchat-impl/src
- main
- java/com/duckduckgo/duckchat/impl/history
- res/values
- test/kotlin/com/duckduckgo/duckchat/impl/history
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | 77 | | |
0 commit comments