We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b86f4f commit 9c66619Copy full SHA for 9c66619
external/src/main/java/com/foke/together/external/camera/internal/InternalCameraModule.kt
@@ -30,8 +30,8 @@ import javax.inject.Singleton
30
31
@Module
32
@InstallIn(SingletonComponent::class)
33
-object CameraModule {
34
- private val TAG = CameraModule::class.java.simpleName
+object InternalCameraModule {
+ private val TAG = InternalCameraModule::class.java.simpleName
35
private var cameraExecutorService : ExecutorService? = null
36
37
0 commit comments