Loading app/src/main/java/app/fedilab/android/activities/FollowedTagActivity.java +8 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,14 @@ public class FollowedTagActivity extends BaseActivity implements FollowedTagAdap if (tagList == null) { tagList = new ArrayList<>(); } if (newTag != null && followedTagAdapter != null) { if (followedTagAdapter == null) { followedTagAdapter = new FollowedTagAdapter(tagList); followedTagAdapter.actionOnTag = this; binding.notContent.setVisibility(View.GONE); binding.recyclerView.setAdapter(followedTagAdapter); binding.recyclerView.setLayoutManager(new LinearLayoutManager(FollowedTagActivity.this)); } if (newTag != null) { tagList.add(0, newTag); followedTagAdapter.notifyItemInserted(0); } else { Loading src/fdroid/fastlane/metadata/android/en/changelogs/427.txt +1 −0 Original line number Diff line number Diff line Loading @@ -12,4 +12,5 @@ Fixed: - Crash with trends - Issue with themes - Some content lost when sending messages (mentions) - Fix freezes in timelines - Some other fixes No newline at end of file Loading
app/src/main/java/app/fedilab/android/activities/FollowedTagActivity.java +8 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,14 @@ public class FollowedTagActivity extends BaseActivity implements FollowedTagAdap if (tagList == null) { tagList = new ArrayList<>(); } if (newTag != null && followedTagAdapter != null) { if (followedTagAdapter == null) { followedTagAdapter = new FollowedTagAdapter(tagList); followedTagAdapter.actionOnTag = this; binding.notContent.setVisibility(View.GONE); binding.recyclerView.setAdapter(followedTagAdapter); binding.recyclerView.setLayoutManager(new LinearLayoutManager(FollowedTagActivity.this)); } if (newTag != null) { tagList.add(0, newTag); followedTagAdapter.notifyItemInserted(0); } else { Loading
src/fdroid/fastlane/metadata/android/en/changelogs/427.txt +1 −0 Original line number Diff line number Diff line Loading @@ -12,4 +12,5 @@ Fixed: - Crash with trends - Issue with themes - Some content lost when sending messages (mentions) - Fix freezes in timelines - Some other fixes No newline at end of file