fix some lint warnings, remove unused code

This commit is contained in:
Conny Duck 2017-11-07 15:31:44 +01:00
commit 305d28a5c1
16 changed files with 11 additions and 86 deletions

View file

@ -47,7 +47,7 @@ import java.util.ArrayList;
import java.util.List;
public class NotificationMaker {
public static final String TAG = "NotificationMaker";
private static final String TAG = "NotificationMaker";
/** notification channels used on Android O+ **/
private static final String CHANNEL_MENTION = "CHANNEL_MENTION";