File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
app/src/main/java/guide/graphql/toc/ui/sections Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,14 @@ import android.view.LayoutInflater
5
5
import android.view.View
6
6
import android.view.ViewGroup
7
7
import androidx.fragment.app.Fragment
8
- import androidx.fragment.app.viewModels
9
- import androidx.lifecycle.Observer
10
8
import androidx.lifecycle.lifecycleScope
11
9
import androidx.navigation.fragment.navArgs
12
10
import androidx.recyclerview.widget.DividerItemDecoration
13
11
import androidx.recyclerview.widget.LinearLayoutManager
14
12
import com.apollographql.apollo.coroutines.toDeferred
15
13
import com.apollographql.apollo.exception.ApolloException
16
14
import com.google.android.material.transition.MaterialSharedAxis
17
- import guide.graphql.toc.ChaptersQuery
18
15
import guide.graphql.toc.SectionsQuery
19
- import guide.graphql.toc.data.Status
20
16
import guide.graphql.toc.data.apolloClient
21
17
import guide.graphql.toc.databinding.SectionsFragmentBinding
22
18
You can’t perform that action at this time.
0 commit comments