Skip to content

Commit

Permalink
Update SplitScreenFragment.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
antonijzelinskij committed Nov 26, 2024
1 parent 4d491f0 commit 9a82d30
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
package io.novafoundation.nova.app.root.presentation.splitScreen

import android.graphics.Outline
import android.graphics.drawable.ShapeDrawable
import android.graphics.drawable.shapes.RoundRectShape
import android.os.Bundle
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import android.view.ViewOutlineProvider
import androidx.core.view.isVisible
import androidx.navigation.NavController
import androidx.navigation.fragment.NavHostFragment
Expand Down Expand Up @@ -55,7 +51,6 @@ class SplitScreenFragment : BaseFragment<SplitScreenViewModel>() {
override fun initViews() {
dappEntryPoint.setOnClickListener { viewModel.onTabsClicked() }
dappEntryPointClose.setOnClickListener { viewModel.onTabsCloseClicked() }

}

override fun subscribe(viewModel: SplitScreenViewModel) {
Expand Down

0 comments on commit 9a82d30

Please sign in to comment.