File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/com/codepath/instagram/helpers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public static List<InstagramPost> decodePostsFromJson(JSONObject jsonObject) thr
6161 return posts ;
6262 }
6363
64- private static List <InstagramComment > decodeCommentsFromJson (JSONObject jsonObject ) throws JSONException {
64+ public static List <InstagramComment > decodeCommentsFromJson (JSONObject jsonObject ) throws JSONException {
6565 List <InstagramComment > comments = new ArrayList <>();
6666 JSONArray commentsJson = jsonObject .optJSONArray ("data" );
6767 if (commentsJson != null ) {
Original file line number Diff line number Diff line change 33
44 <color name =" light_gray_text" >#A5A7AA</color >
55 <color name =" gray_text" >#4B4F54</color >
6- <color name =" light_gray_separator_line" >#A5A7AA </color >
6+ <color name =" light_gray_separator_line" >#E6E6E6 </color >
77 <color name =" blue_text" >#125688</color >
88 <color name =" instagram_blue" >#00538B</color >
99 <color name =" blue_status_bar" >#004876</color >
You can’t perform that action at this time.
0 commit comments