[orbot/master] Fixed crash I introduced with the NoPersonalizedLearningEditText

commit ce85e951fcff8261e7022081dfb2fb1ec750730e Author: bim <dsnake@protonmail.com> Date: Sun Jul 7 15:52:20 2019 -0400 Fixed crash I introduced with the NoPersonalizedLearningEditText My apologies - bim --- app/src/main/res/layout/layout_hs_data_dialog.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/layout_hs_data_dialog.xml b/app/src/main/res/layout/layout_hs_data_dialog.xml index 6b35dc75..a4ac590e 100644 --- a/app/src/main/res/layout/layout_hs_data_dialog.xml +++ b/app/src/main/res/layout/layout_hs_data_dialog.xml @@ -15,7 +15,7 @@ android:textAppearance="@style/TextAppearance.AppCompat.Widget.PopupMenu.Small" android:paddingLeft="5dp" /> - <org.android.ui.NoPersonalizedLearningEditText + <org.torproject.android.ui.NoPersonalizedLearningEditText android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="text" @@ -29,7 +29,7 @@ android:textAppearance="@style/TextAppearance.AppCompat.Widget.PopupMenu.Small" android:paddingLeft="5dp" /> - <org.android.ui.NoPersonalizedLearningEditText + <org.torproject.android.ui.NoPersonalizedLearningEditText android:layout_width="match_parent" android:layout_height="wrap_content" android:ems="10" @@ -43,7 +43,7 @@ android:textAppearance="@style/TextAppearance.AppCompat.Widget.PopupMenu.Small" android:paddingLeft="5dp" /> - <org.android.ui.NoPersonalizedLearningEditText + <org.torproject.android.ui.NoPersonalizedLearningEditText android:layout_width="match_parent" android:layout_height="wrap_content" android:ems="10"
participants (1)
-
n8fr8@torproject.org