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

n8fr8 at torproject.org n8fr8 at torproject.org
Mon Jul 8 18:55:44 UTC 2019


commit ce85e951fcff8261e7022081dfb2fb1ec750730e
Author: bim <dsnake at 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"





More information about the tor-commits mailing list