Replies: 3 comments 8 replies
-
Instagram and Tiktok seem to be the problem these days. Did you run with |
Beta Was this translation helpful? Give feedback.
-
I solved the problem, I guess the main problem is that Instagram has changed its codes and is looking for the res/values/styles.xml (addde igds_color_link attribute from public.xml ( ...
<style name="ifl_theme_dark" parent="@style/ifl_theme_light">
<item name="ifl_attr_background_color">@color/ifl_background_color</item>
<item name="ifl_attr_iview_tint">@color/ifl_white</item>
<item name="ifl_attr_subtitle_color">@color/ifl_sub_line</item>
<item name="ifl_attr_tile_color">#ff25282d</item>
<item name="ifl_attr_title_color">@color/ifl_white</item>
<item name="igds_color_link">@color/ifl_white</item>
</style>
<style name="ifl_theme_light">
<item name="ifl_attr_background_color">@color/ifl_background_color_light</item>
<item name="ifl_attr_iview_tint">@color/ifl_black</item>
<item name="ifl_attr_subtitle_color">@color/ifl_sub_line_light</item>
<item name="ifl_attr_tile_color">@color/ifl_tile_color_light</item>
<item name="ifl_attr_title_color">@color/ifl_black</item>
<item name="igds_color_link">@color/ifl_white</item>
</style>
... |
Beta Was this translation helpful? Give feedback.
-
@mamiiblt version |
Beta Was this translation helpful? Give feedback.
-
I'm modding with the Instagram Android APK. While it worked fine until 2 - 3 versions ago, it stopped working properly after version 316.0.0.0.82 (alpha). The error I got with adb logcat is;
At first I thought it was a problem with the
attr
values, but I don't think so.ifl_at_menu.xml (line #5)
Beta Was this translation helpful? Give feedback.
All reactions