Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed May 17, 2023
1 parent 6e4b686 commit 71adf5c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ import com.bnyro.trivia.util.PreferenceHelper
class LibraryFragment : Fragment() {
private lateinit var binding: FragmentLibraryBinding

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
arguments?.let {
}
}

override fun onCreateView(
inflater: LayoutInflater,
container: ViewGroup?,
Expand Down

0 comments on commit 71adf5c

Please sign in to comment.