[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #2365 from wordpress-mobile/issue/1827-post-stuck-…
Browse files Browse the repository at this point in the history
…in-uploading-state

fix #1827 post stuck in uploading state
  • Loading branch information
nbradbury committed Feb 24, 2015
2 parents 2df6e21 + 3c8e177 commit 819ced5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
*/
public class AppLog {
// T for Tag
public enum T {READER, EDITOR, MEDIA, NUX, API, STATS, UTILS, NOTIFS, DB, POSTS, COMMENTS, THEMES, TESTS, PROFILING, SIMPERIUM, SUGGESTION}
public enum T {READER, EDITOR, MEDIA, NUX, API, STATS, UTILS, NOTIFS, DB, POSTS, COMMENTS, THEMES, TESTS, PROFILING,
SIMPERIUM, SUGGESTION}
public static final String TAG = "WordPress";
public static final int HEADER_LINE_COUNT = 2;

Expand Down

0 comments on commit 819ced5

Please sign in to comment.