From 6e8ad7f9fc1c6a964212ece4df6029a54cf4aaa5 Mon Sep 17 00:00:00 2001 From: r-ca Date: Thu, 14 Dec 2023 03:36:02 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AA=E4=BE=9D=E5=AD=98?= =?UTF-8?q?=E9=96=A2=E4=BF=82=E3=81=AE=E6=95=B4=E7=90=86=E3=81=AA=E3=81=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../one/nem/lacerta/feature/debug/DebugMenuFragment.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugMenuFragment.java b/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugMenuFragment.java index a5f86457..68227502 100644 --- a/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugMenuFragment.java +++ b/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugMenuFragment.java @@ -16,8 +16,6 @@ import java.io.IOException; import dagger.hilt.android.AndroidEntryPoint; import javax.inject.Inject; -import one.nem.lacerta.data.repository.DeviceMeta; - import one.nem.lacerta.utils.repository.DeviceInfoUtils; @@ -29,10 +27,6 @@ import one.nem.lacerta.utils.repository.DeviceInfoUtils; @AndroidEntryPoint public class DebugMenuFragment extends Fragment { - - @Inject - DeviceMeta deviceMeta; - @Inject DeviceInfoUtils deviceInfoUtils;