Commit f69531c
Thomas Horta
Fix empty view being hidden when coming back to Subscriptions
The empty view is being reused for showing several messages, including the fetch
message. Because of that, that are pieces of code that rely on previous code
showing the "empty view" and just alter its content, without calling "show"
again. If we hide the empty view when the list is actually empty, we get to
a scenario of a blank screen when coming back to this feed from some other
screens. Example: with 0 blog subscriptions, in the Subscriptions feed, going to
the tag suggestions and back cause the Subscriptions feed to be blank.1 parent 5b573f6 commit f69531c
File tree
1 file changed
+1
-1
lines changed- WordPress/src/main/java/org/wordpress/android/ui/reader
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2332 | 2332 | | |
2333 | 2333 | | |
2334 | 2334 | | |
2335 | | - | |
| 2335 | + | |
2336 | 2336 | | |
2337 | 2337 | | |
2338 | 2338 | | |
| |||
0 commit comments