Skip to content

Commit

Permalink
Fix: Removed junk from Home
Browse files Browse the repository at this point in the history
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
  • Loading branch information
HeCodes2Much committed Sep 5, 2024
1 parent 1bfae92 commit 2b5308f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -36,9 +35,6 @@ class SettingsAdvancedFragment : Fragment(),
@Inject
lateinit var preferenceHelper: PreferenceHelper

@Inject
lateinit var appInfoRepository: AppInfoRepository

@Inject
lateinit var appHelper: AppHelper

Expand Down
11 changes: 0 additions & 11 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,4 @@

</com.github.droidworksstudio.launcher.view.GestureNestedScrollView>

<!-- Floating Action Button (Hover Button) -->
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="32dp"
android:src="@drawable/app_launcher"
app:backgroundTint="@color/search_button_background"
app:fabSize="normal" />

</FrameLayout>

0 comments on commit 2b5308f

Please sign in to comment.