File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
mediapicker/src/main/java/org/wordpress/android/mediapicker/widget Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import android.widget.LinearLayout
1010import android.widget.ProgressBar
1111import android.widget.TextView
1212import androidx.appcompat.widget.AppCompatButton
13- import org.openjdk.tools.javac.main.Option.InvalidValueException
1413import org.wordpress.android.mediapicker.R
1514import org.wordpress.android.util.DisplayUtils
1615
@@ -94,7 +93,7 @@ internal class ActionableEmptyView : LinearLayout {
9493 if (! titleAttribute.isNullOrEmpty()) {
9594 title.text = titleAttribute
9695 } else {
97- throw InvalidValueException (
96+ throw IllegalArgumentException (
9897 " $context : ActionableEmptyView must have a title (aevTitle)"
9998 )
10099 }
You can’t perform that action at this time.
0 commit comments