From 2b5308ffb3be2d75f173c100a0c16ac4708f093c Mon Sep 17 00:00:00 2001 From: HeCodes2Much Date: Thu, 5 Sep 2024 19:31:15 +0100 Subject: [PATCH] Fix: Removed junk from Home Signed-off-by: HeCodes2Much --- .../launcher/ui/settings/SettingsAdvancedFragment.kt | 4 ---- app/src/main/res/layout/fragment_home.xml | 11 ----------- 2 files changed, 15 deletions(-) diff --git a/app/src/main/java/com/github/droidworksstudio/launcher/ui/settings/SettingsAdvancedFragment.kt b/app/src/main/java/com/github/droidworksstudio/launcher/ui/settings/SettingsAdvancedFragment.kt index 96b5bd25..74376426 100644 --- a/app/src/main/java/com/github/droidworksstudio/launcher/ui/settings/SettingsAdvancedFragment.kt +++ b/app/src/main/java/com/github/droidworksstudio/launcher/ui/settings/SettingsAdvancedFragment.kt @@ -21,7 +21,6 @@ import com.github.droidworksstudio.launcher.helper.AppHelper import com.github.droidworksstudio.launcher.helper.AppReloader import com.github.droidworksstudio.launcher.helper.PreferenceHelper import com.github.droidworksstudio.launcher.listener.ScrollEventListener -import com.github.droidworksstudio.launcher.repository.AppInfoRepository import com.google.android.material.dialog.MaterialAlertDialogBuilder import dagger.hilt.android.AndroidEntryPoint import javax.inject.Inject @@ -36,9 +35,6 @@ class SettingsAdvancedFragment : Fragment(), @Inject lateinit var preferenceHelper: PreferenceHelper - @Inject - lateinit var appInfoRepository: AppInfoRepository - @Inject lateinit var appHelper: AppHelper diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 68016c03..b6785a44 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -103,15 +103,4 @@ - - - \ No newline at end of file