Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f55e6364 authored by Vincent Wang's avatar Vincent Wang Committed by Automerger Merge Worker
Browse files

DO NOT MERGE: Fix Budget bakers wallet app's fingerprint icon doesn't line up...

DO NOT MERGE: Fix Budget bakers wallet app's fingerprint icon doesn't line up with sensor am: 29f4d114

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18130745



Change-Id: Ib20f879e8cc879c827cdd5d117dacff4850bf833
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 852f694d 29f4d114
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -154,7 +154,9 @@ public class UdfpsDialogMeasureAdapter {

        //re-calculate the height of description
        View description = mView.findViewById(R.id.description);
        if (description != null && description.getVisibility() != View.GONE) {
            totalHeight += measureDescription(description, displayHeight, width, totalHeight);
        }

        return new AuthDialog.LayoutParams(width, totalHeight);
    }