Skip to content

Commit

Permalink
fix main tab jumping on back navigation when filters are visible and …
Browse files Browse the repository at this point in the history
…a lot of activities added
  • Loading branch information
Razeeman committed Jan 12, 2025
1 parent 0349b92 commit 3aa17ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.example.util.simpletimetracker.feature_base_adapter.activityFilter
import androidx.annotation.ColorInt
import com.example.util.simpletimetracker.feature_base_adapter.ViewHolderType

class ActivityFilterAddViewData(
data class ActivityFilterAddViewData(
val name: String,
@ColorInt val color: Int,
) : ViewHolderType {
Expand Down

0 comments on commit 3aa17ff

Please sign in to comment.