Skip to content

Commit c83436d

Browse files
committed
Fixed notifications fragment for self-hosted
1 parent a30fad3 commit c83436d

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
@@ -16,7 +16,7 @@
1616
public class AppLog {
1717
// T for Tag
1818
public enum T {READER, EDITOR, MEDIA, NUX, API, STATS, UTILS, NOTIFS, DB, POSTS, COMMENTS, THEMES, TESTS, PROFILING,
19-
SIMPERIUM, SUGGESTION}
19+
SIMPERIUM, SUGGESTION, MAIN}
2020
public static final String TAG = "WordPress";
2121
public static final int HEADER_LINE_COUNT = 2;
2222

0 commit comments

Comments
 (0)