Skip to content

Commit

Permalink
Add Suppress to LanguageSettingsFragment.kt
Browse files Browse the repository at this point in the history
This commit will add a suppress for long methods in LanguageSettingsFragment.kt
  • Loading branch information
henrikth93 committed Oct 17, 2024
1 parent 196688f commit b3816e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import be.scri.databinding.FragmentLanguageSettingsBinding
import be.scri.helpers.CustomAdapter
import be.scri.models.SwitchItem

@Suppress("LongMethod")
class LanguageSettingsFragment : Fragment() {
private var _binding: FragmentLanguageSettingsBinding? = null
val binding get() = _binding!!
Expand Down

0 comments on commit b3816e5

Please sign in to comment.