Skip to content

Commit

Permalink
Repair deprecation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbosma committed Apr 9, 2020
1 parent 2ecc7aa commit a066d27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import nl.tudelft.trustchain.common.util.viewBinding
import nl.tudelft.trustchain.explorer.R
import nl.tudelft.trustchain.explorer.databinding.FragmentBlocksBinding

@OptIn(ExperimentalUnsignedTypes::class)
@UseExperimental(ExperimentalUnsignedTypes::class)
open class BlocksFragment : BaseFragment(R.layout.fragment_blocks) {
private val adapter = ItemAdapter()

Expand Down

0 comments on commit a066d27

Please sign in to comment.