Do not create two accounts when pressing enter for account creation

Fixes #1367
This commit is contained in:
Torsten Grote
2018-09-13 18:02:21 -03:00
parent 049cf3ad27
commit c90a72617e
4 changed files with 30 additions and 5 deletions

View File

@@ -71,6 +71,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/confirm_password"
android:imeOptions="actionNext"
android:inputType="textPassword"
android:maxLines="1"/>
</android.support.design.widget.TextInputLayout>