Commit 5b278f6
authored
fix: filter out files from hidden folders in recents (#279)
* fix catch files in hidden folders in recent tab
Signed-off-by: Jan Guegel <[email protected]>
* adjust changelog
Signed-off-by: Jan Guegel <[email protected]>
* include getDoesFilePathExist check, just to be sure
Signed-off-by: Jan Guegel <[email protected]>
* apply Code Review suggestions
---------
Signed-off-by: Jan Guegel <[email protected]>
Co-authored-by: Jan Guegel <[email protected]>
Refs: #2171 parent fec28af commit 5b278f6
File tree
2 files changed
+18
-2
lines changed- app/src/main/kotlin/org/fossify/filemanager/fragments
2 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
184 | 185 | | |
| 186 | + | |
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
| |||
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
200 | 214 | | |
201 | 215 | | |
202 | 216 | | |
| |||
0 commit comments