SimpleMobileTools / Simple-Notes

A simple textfield for adding quick notes without ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
826 stars 271 forks source link

fix: separate error message for network exception during import #622

Closed ismailnurudeen closed 1 year ago

tibbi commented 1 year ago

lets actually shorten the error message to "The app cannot load files over the internet". Toast messages are limited to 2 lines on latest devices so we have to keep them as short as possible.

tibbi commented 1 year ago

added cannot_load_over_internet string, lets use that

ismailnurudeen commented 1 year ago

Okay

tibbi commented 1 year ago

cannot really test it, guess it works :) Thanks