Loading packages/SystemUI/src/com/android/systemui/biometrics/UdfpsDialogMeasureAdapter.java +3 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
packages/SystemUI/src/com/android/systemui/biometrics/UdfpsDialogMeasureAdapter.java +3 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading