@@ -572,7 +572,7 @@ public class BottomDialog extends BaseDialog {
if (scrollView instanceof BottomDialogScrollView) {
((BottomDialogScrollView) scrollView).setVerticalScrollBarEnabled(false);
}
- scrollView = (ScrollController) onBindView.getCustomView();
+ scrollView = (ScrollController) scrollController;
@@ -272,7 +272,7 @@ public class FullScreenDialog extends BaseDialog {
} else {
View scrollController = onBindView.getCustomView().findViewWithTag("ScrollController");
if (scrollController instanceof ScrollController) {
@@ -19,5 +19,5 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
-BUILD_VERSION=0.0.44.beta16
+BUILD_VERSION=0.0.44.beta17
BUILD_VERSION_INT=43