diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-11-23 14:35:53 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-11-23 14:36:04 +0100 |
commit | 504715c215605552d5e7771550bc21cc35b1af5d (patch) | |
tree | 793d9e5592d6eafbca203d9a7727438ef454f29b /src/main/res | |
parent | 5f15c12f533c4a7b1b5a808516598adf518ec504 (diff) |
use toastcompat library to catch BadTokenException
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/defaults.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml index 7c0072f86..e8ef0805e 100644 --- a/src/main/res/values/defaults.xml +++ b/src/main/res/values/defaults.xml @@ -52,6 +52,7 @@ \n\nhttp://leafletjs.com/\n(BSD 2-Clause) \n\nhttps://www.openstreetmap.org/\n(Open Database License) \n\nhttp://xmpp.rocks/\n(The MIT License (MIT)) + \n\nhttps://github.com/drakeet/ToastCompat/\n(Apache License, Version 2.0) </string> <string name="default_resource" translatable="false">Phone</string> |