maui icon indicating copy to clipboard operation
maui copied to clipboard

Fixes endless loop of HorizontalScroll

Open BaY1251 opened this issue 1 year ago • 3 comments

Description of Change

I know PR #22347 has fixed #20684. But,I am still searching for the root cause of the problem. I printed the log and saw that the height was constantly being changed to completely different values. I think MauiScrollView.OnLayout is where the modifications should be made.

Change \src\Core\src\Platform\Android\MauiScrollView.cs

Log: https://github.com/dotnet/maui/pull/22566#issuecomment-2128358252

Issues Fixed

Fixes #20684

BaY1251 avatar May 24 '24 03:05 BaY1251

Hey there @BaY1251! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

/azp run

jsuarezruiz avatar May 24 '24 06:05 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar May 24 '24 06:05 azure-pipelines[bot]

Fixed by PR https://github.com/dotnet/maui/pull/22347

BaY1251 avatar Aug 23 '24 02:08 BaY1251