You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are ignoring all exceptions in Source/library/src/main/java/im/delight/android/languages/Language.java. This is bad practice, if you don't expect exceptions, just rethrow all exceptions as RuntimeException but don't ignore them.
The text was updated successfully, but these errors were encountered:
You are ignoring all exceptions in
Source/library/src/main/java/im/delight/android/languages/Language.java
. This is bad practice, if you don't expect exceptions, just rethrow all exceptions as RuntimeException but don't ignore them.The text was updated successfully, but these errors were encountered: