Skip to content

Commit 7a4a364

Browse files
committed
Merge branch 'develop' of https://github.com/wordpress-mobile/WordPress-Android into feature/material-appcompat
2 parents 5451df7 + 3108a36 commit 7a4a364

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)