mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Removes inject constructor in NewChatBottomSheet
This commit is contained in:
parent
db83099dc3
commit
34303c4a62
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue