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

Commit 80868dbd authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of [18130745] into tm-qpr1-release.

Change-Id: I0c3fb35ab8375876a9d306d9b5337cbbfaa688f0
parents 06542326 2014b71f
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);
    }