Skip to content

Commit

Permalink
refactor: delete useless fragment
Browse files Browse the repository at this point in the history
Co-Authored-By: Boban Sijuk <[email protected]>
  • Loading branch information
MaryamShaghaghi and Boki91 committed Nov 23, 2023
1 parent ec5f683 commit 7be5240
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
5 changes: 3 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

import com.android.build.gradle.internal.cxx.configure.gradleLocalProperties
import com.android.build.gradle.internal.tasks.factory.dependsOn
import java.io.FileInputStream
import java.util.*
import org.gradle.configurationcache.extensions.capitalized
import java.io.FileInputStream
import java.util.Properties

plugins {
id(Dependencies.Plugin.androidApplicationId)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class FilterFragment : Fragment() {
container: ViewGroup?,
savedInstanceState: Bundle?
): View? {
return inflater.inflate(R.layout.fragment_filter, container, false).apply {
findViewById<ComposeView>(R.id.filter_layout).setContent {
return inflater.inflate(R.layout.fragment_compose, container, false).apply {
findViewById<ComposeView>(R.id.compose_view).setContent {
AppTheme {
val state = vm.uiState.collectAsState().value
FilterScreen(
Expand Down
1 change: 0 additions & 1 deletion android/app/src/main/res/layout/fragment_compose.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/select_location_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent">

Expand Down
12 changes: 0 additions & 12 deletions android/app/src/main/res/layout/fragment_filter.xml

This file was deleted.

0 comments on commit 7be5240

Please sign in to comment.