Skip to content

Commit 6e90b83

Browse files
committed
Initial commit adding mentions to notification comments
1 parent d4ff1cf commit 6e90b83

File tree

1 file changed

+1
-1
lines changed
  • WordPressUtils/src/main/java/org/wordpress/android/util

1 file changed

+1
-1
lines changed

WordPressUtils/src/main/java/org/wordpress/android/util/AppLog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
public class AppLog {
1717
// T for Tag
18-
public enum T {READER, EDITOR, MEDIA, NUX, API, STATS, UTILS, NOTIFS, DB, POSTS, COMMENTS, THEMES, TESTS, PROFILING, SIMPERIUM}
18+
public enum T {READER, EDITOR, MEDIA, NUX, API, STATS, UTILS, NOTIFS, DB, POSTS, COMMENTS, THEMES, TESTS, PROFILING, SIMPERIUM, SUGGESTION}
1919
public static final String TAG = "WordPress";
2020
public static final int HEADER_LINE_COUNT = 2;
2121

0 commit comments

Comments
 (0)