TacoTheDank / Scoop

[ADB/Root] Catches a stack trace when an app crashes unexpectedly.
Apache License 2.0
321 stars 24 forks source link

"Non-selection" mode UI broken with RTL #64

Open triallax opened 2 years ago

triallax commented 2 years ago

OS: Android 12 (One UI 4.1) Device: Galaxy A51

Steps to reproduce:

  1. Change device language to a language with an RTL script (e.g. Arabic)
  2. Open a crash log in Scoop (or make something crash ಠ‿ಠ then open the crash log)
  3. Ensure that selection mode is not on

In my case nothing is initially visible. I thought that the crash was for some reason invisible, but I once scrolled to the left and noticed that part of the crash was shown (I couldn't scroll further than that part of the crash though), and then I immediately realized this was an RTL bug.

bug