Remove second fragment container from FileDisplayActivity
Open
@theScrabi is already working on this.
Since Apr 9, 2021.
p3-medium
- Dominant language
- Kotlin
- Stars
- 4.2k
- Forks
- 3.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 7
Description
The FileDisplayActivity is still using a two fragment layout, which we used to display two separate fragments next to each other on Tablets. However we abandoned this behavior a couple of years ago. Yet still this two fragment layout is still in the code. This was the cause of several bugs glitches. Therefore we should remove the code for the second fragment holder and simplify.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.