Skip to content

Commit 819ced5

Browse files
committed
Merge pull request #2365 from wordpress-mobile/issue/1827-post-stuck-in-uploading-state
fix #1827 post stuck in uploading state
2 parents 2df6e21 + 3c8e177 commit 819ced5

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
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, SUGGESTION}
18+
public enum T {READER, EDITOR, MEDIA, NUX, API, STATS, UTILS, NOTIFS, DB, POSTS, COMMENTS, THEMES, TESTS, PROFILING,
19+
SIMPERIUM, SUGGESTION}
1920
public static final String TAG = "WordPress";
2021
public static final int HEADER_LINE_COUNT = 2;
2122

0 commit comments

Comments
 (0)