mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Remove incorrect mScrollContentInsets bottom offset
This commit is contained in:
parent
c581b4e0ef
commit
833d2854a3
1 changed files with 0 additions and 3 deletions
|
@ -242,9 +242,6 @@ namespace Beefy.theme.dark
|
||||||
|
|
||||||
public override void InitScrollbars(bool wantHorz, bool wantVert)
|
public override void InitScrollbars(bool wantHorz, bool wantVert)
|
||||||
{
|
{
|
||||||
if (!wantHorz)
|
|
||||||
mScrollContentInsets.mBottom += GS!(2);
|
|
||||||
|
|
||||||
base.InitScrollbars(wantHorz, wantVert);
|
base.InitScrollbars(wantHorz, wantVert);
|
||||||
|
|
||||||
float scrollIncrement = 0;
|
float scrollIncrement = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue