1
0
派生 0
镜像自地址 https://github.com/KokaKiwi/BarInsta 已同步 2026-03-24 21:01:35 +00:00

Merge remote-tracking branch 'origin/dm-notifications-enhancements' into dm-notifications-enhancements

这个提交存在于:
Ammar Githam 2021-01-16 03:10:47 +09:00
当前提交 59aa14e2f6
共有 3 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -289,6 +289,7 @@ public class PostsRecyclerView extends RecyclerView {
lazyLoader.resetState();
}
if (postFetcher != null) {
mediaViewModel.getList().postValue(Collections.emptyList());
postFetcher.reset();
postFetcher.fetch();
}

查看文件

@ -135,7 +135,7 @@ public final class DownloadUtils {
final String postId,
final String sliderPostfix,
final String displayUrl) {
final String fileName = postId + sliderPostfix + "." + getFileExtensionFromUrl(displayUrl);
final String fileName = postId + sliderPostfix + getFileExtensionFromUrl(displayUrl);
return new File(finalDir, fileName);
}

查看文件

@ -9,7 +9,6 @@
android:id="@+id/story_container"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="?attr/actionBarSize"
android:layout_weight="1"
app:layout_constraintBottom_toTopOf="@id/storiesList"
app:layout_constraintEnd_toEndOf="parent"