fix some lint warnings, remove unused code
This commit is contained in:
parent
a2c361914b
commit
305d28a5c1
16 changed files with 11 additions and 86 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue