NetworkPreference: Move out and simply proxy logic
No need to check connectivity as soon as URL is set as SplashFragment will only let you login when a valid connection is available. Use a modern dialog and EditText to do set the URL with minimal verification. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
android:id="@+id/textInputEditText"
|
||||
style="@style/Widget.Material3.TextInputEditText.OutlinedBox"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/add_dispenser_hint" />
|
||||
android:layout_height="wrap_content" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
Reference in New Issue
Block a user