mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 20:26:47 +01:00
Removes inject constructor in NewChatBottomSheet
This commit is contained in:
parent
db83099dc3
commit
34303c4a62
@ -27,7 +27,7 @@ import im.vector.app.features.navigation.Navigator
|
||||
import javax.inject.Inject
|
||||
|
||||
@AndroidEntryPoint
|
||||
class NewChatBottomSheet @Inject constructor() : BottomSheetDialogFragment() {
|
||||
class NewChatBottomSheet : BottomSheetDialogFragment() {
|
||||
|
||||
@Inject lateinit var navigator: Navigator
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user