-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Build warnings #306
Comments
The last warning of the code build (SettingsActivity) has to be suppressed for now according to a Google employee. |
I've already fixed most of them. What's left is the unchecked cast and the NetworkInfo deprecation. My suggestions:
What do you think @jmattheis ? |
Suppressing the warning looks ok. It's also done so in this android docs. The network info is only used for logging in the websocket service, we can probably remove this, as it isn't really needed. |
Shouldn't be too hard to fix.
The deprecations require some refactoring into new framework functions.
The text was updated successfully, but these errors were encountered: