Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Oct 23, 2023
1 parent b49856d commit 2ef9dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class GalleryFragment : MultiSelectFragment(MATOMO_CATEGORY), NoItemsLayoutView.
}

fun setScrollbarTrackOffset(offset: Int) {
_binding?.let { it.galleryFastScroller.trackMarginEnd = offset }
_binding?.galleryFastScroller?.trackMarginEnd = offset
}

companion object {
Expand Down

0 comments on commit 2ef9dab

Please sign in to comment.