Merge pull request #712 from serpentspirale/v3_openjdk

Fixed layout params not applying on the guideline of the launcher activity
This commit is contained in:
ArtDev 2021-01-25 21:18:48 +03:00 committed by GitHub
commit 070a19ab86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,6 +290,7 @@ public class PojavLauncherActivity extends BaseLauncherActivity
//UI v1 Style
//Hide the sidebar
params.guidePercent = 0; // 0%, range: 0 <-> 1
guideLine.setLayoutParams(params);
//Remove the selected Tab
selected.setVisibility(View.GONE);