mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Empty login fields crash fix
This commit resolves the issue where the app crashes on the Login page if one of the mandatory filed is left empty.
This commit is contained in:
@@ -1349,4 +1349,7 @@
|
||||
<string name="use_circular_fab">Use Circular FAB</string>
|
||||
<string name="block_community">Block Community\n</string>
|
||||
<string name="not_implemented">Feature not implemented yet :(</string>
|
||||
<string name="instance_cannot_be_empty">The instance field cannot be left empty.</string>
|
||||
<string name="username_cannot_be_empty">The username field cannot be left empty.</string>
|
||||
<string name="password_cannot_be_empty">The password field cannot be left empty.</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user