From 320ceae26a0bc879b5b551c7bf8a1565e174d051 Mon Sep 17 00:00:00 2001 From: Mariya Date: Mon, 11 Mar 2024 17:23:28 +0530 Subject: [PATCH] fixed issues while merging --- .../hpostesting/presentation/dashboard/HomeFragment.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/com/example/hpostesting/presentation/dashboard/HomeFragment.kt b/app/src/main/java/com/example/hpostesting/presentation/dashboard/HomeFragment.kt index a4c63f5..c9eaea5 100644 --- a/app/src/main/java/com/example/hpostesting/presentation/dashboard/HomeFragment.kt +++ b/app/src/main/java/com/example/hpostesting/presentation/dashboard/HomeFragment.kt @@ -28,9 +28,9 @@ import androidx.core.content.FileProvider import androidx.fragment.app.Fragment import androidx.fragment.app.activityViewModels import androidx.navigation.fragment.findNavController -import com.example.hpostesting.data.DataHolder -import com.example.hpostesting.data.Result -import com.example.hpostesting.data.api.DeviceCommunicationHandler +import com.example.hpostesting.data.constant.DataHolder +import com.example.hpostesting.util.Result +import com.example.hpostesting.presentation.utils.DeviceCommunicationHandler import com.example.hpostesting.data.constant.Constants import com.example.hpostesting.data.constant.HemoCubeCommands import com.example.hpostesting.data.model.login.LoginRequest @@ -44,7 +44,7 @@ import com.example.hpostesting.data.model.updates.CheckUpdateRequest import com.example.hpostesting.data.model.updates.DeviceUpdateRequest import com.example.hpostesting.encryption.Encryption import com.example.hpostesting.presentation.KitScanActivity -import com.example.hpostesting.presentation.UsbServiceListener +import com.example.hpostesting.presentation.utils.UsbServiceListener import com.example.hpostesting.presentation.adapter.OfflineUserListAdapter import com.example.hpostesting.presentation.adapter.UserListAdapter import com.example.hpostesting.presentation.assurance.AssuranceControlsActivity