Tor Logs on Android not selectable
Summary
On android when bootstrapping when you swipe right to get to the logs, you cannot select them to paste them somewhere to report errors
Steps to reproduce:
- Start Tor Bootstrapping on android (you might want to go into settings first and manually add an invalid bridge so it stalls so you have more time)
- Swipe right to see the logs
- Try and select them
What is the current bug behavior?
The logs are unselectable
What is the expected behavior?
They are selectable
Environment
Android
Relevant logs and/or screenshots
The TextView
of tor_bootstrap-logger.xml
already has android:textIsSelectable="true"
and it's not taking effect. It is possible the RecyvlerView
in parent HomeFragment
is interfering as per link below but the suggested fix doesn't appear to work. Also related to #42218 (closed)