@@ -425,6 +425,9 @@ public abstract class BaseDialog {
}
public void tintColor(View view, int color) {
+ if (view == null) {
+ return;
+ }
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
view.setBackgroundTintList(ColorStateList.valueOf(color));
@@ -18,5 +18,5 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
-BUILD_VERSION=0.0.43.beta17
+BUILD_VERSION=0.0.43.beta18
BUILD_VERSION_INT=42