Skip to content

Commit

Permalink
Add back null check because looking at old commits this fixes something
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Oct 23, 2023
1 parent 85c436c commit b49856d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class GalleryFragment : MultiSelectFragment(MATOMO_CATEGORY), NoItemsLayoutView.
}
}

binding.galleryRecyclerView?.layoutManager = gridLayoutManager
_binding?.galleryRecyclerView?.layoutManager = gridLayoutManager
}

private fun loadMoreGallery(driveId: Int, forceDownload: Boolean = false) {
Expand Down

0 comments on commit b49856d

Please sign in to comment.