Improve username creation error debouncing.

This commit is contained in:
Greyson Parrelli
2023-11-02 16:05:08 -04:00
parent af016a9c79
commit 528e301ce4
3 changed files with 38 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">