gosooners345 / ConfessionSearchApp2

This application repo is the official Reformed Collective Android App code. It is written in Kotlin. It was originally C# code, then ported to Java.
0 stars 0 forks source link

Document Title Label missing on results pages #32

Closed gosooners345 closed 2 years ago

gosooners345 commented 2 years ago

Somewhere , somehow the title labels are missing on the search results when they are loaded if they are on multiple pages. I checked the Search Handler and the Search Fragment classes to see if they went missing between the two and can't find anything. Will need to do further research to see the cause of the bug.

gosooners345 commented 2 years ago

Issue located in search_results.xml. The ViewPager2 tablayout manager didn't give the results page enough space to display the text label for the result.