Commit d28f1aaf by Sebastián Katzer

Remove unused lint check

parent 6af684b3
......@@ -164,7 +164,6 @@ public class Receiver extends BroadcastReceiver {
* Shows the notification
*/
@SuppressWarnings("deprecation")
@SuppressLint("NewApi")
private void showNotification (Builder notification) {
NotificationManager mgr = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
int id = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment