Fixed app crash when trying to connect without server address

This commit is contained in:
Thibault Nocchi 2020-07-07 21:55:14 +02:00
commit f4274ed03e
3 changed files with 32 additions and 18 deletions

View file

@ -214,5 +214,7 @@
<string name="cancel_current_timer">Cancel current timer</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="error_login_empty_addr">Please fill in the server address.</string>
<string name="error_unexpected">An unexpected error occurred.</string>
</resources>