ReVanced / revanced-manager

💊 Application to use ReVanced on Android
https://revanced.app
GNU General Public License v3.0
18.24k stars 748 forks source link

bug: Slight clipping in `Alternative sources` setting #1748

Open ILoveOpenSourceApplications opened 8 months ago

ILoveOpenSourceApplications commented 8 months ago

Bug description

If the user is typing or editing the value and has their keyboard open in the Patches organization box, the title clips into the padding. Screenshot_20240306_153035_ReVanced Manager

Version of ReVanced Manager and version & name of app you are patching

v1.19.1

Installation method

Regular

ReVanced Manager logs

Nil

Patch logs

No response

Acknowledgements

oSumAtrIX commented 8 months ago

The clipping does not occur for me.

ILoveOpenSourceApplications commented 8 months ago

How's it showing up for you? Can you share a screen shot?

oSumAtrIX commented 8 months ago

I am now able to reproduce when opening the keyboard, previously I had the keyboard closed, mb

Domenic-MZS commented 7 months ago

Seems like a clipping issue of the Dialog (Widget) having a nested SingleChildScrollView (Widget) thing... It'll be fixed if the parent (Dialog) handles the scroll and not the child (SingleChildScrollView).

Lemme fix this real quick 😀

EDIT: 👾 Despite how it sounds, these changes should maintain the same effect and look alike the current implementation (without the clipping and extra scroll, though).