Commit ca00a4b
Reader: Remove redundant isEmpty check on preserved date
getDatePublished() already returns a non-null string via
StringUtils.notNullStr(), making the TextUtils.isEmpty guard
unnecessary.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 641f070 commit ca00a4b
File tree
1 file changed
+1
-3
lines changed- WordPress/src/main/java/org/wordpress/android/ui/reader/actions
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
305 | | - | |
306 | | - | |
| 304 | + | |
307 | 305 | | |
308 | 306 | | |
309 | 307 | | |
| |||
0 commit comments