Added error checking for network connection issues - MainActivity logic needs correcting though - Airoplane mode shows as ok

This commit is contained in:
Graham Jones
2022-02-02 22:17:43 +00:00
parent c12a8097c6
commit d911d89e34
4 changed files with 88 additions and 14 deletions

View File

@@ -339,4 +339,6 @@
<string name="please_confirm_seizure_events">Please Check your Shared Seizure Events</string>
<string name="data_sharing_log_in">Data Sharing Log-In</string>
<string name="not_updating_mobile">Not Updating using Mobile Internet</string>
<string name="not_updating_no_network">Not Updating - No Network Connection</string>
<string name="error_connecting_to_server">Error Connecting to Server</string>
</resources>