mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Remove unused parameter in LinkPreviewViewModel.
This commit is contained in:
@@ -50,7 +50,7 @@ class TextStoryPostLinkEntryFragment : KeyboardEntryDialogFragment(
|
||||
Triple("$scheme$it", input.selectionStart + scheme.length, input.selectionEnd + scheme.length)
|
||||
}
|
||||
|
||||
linkPreviewViewModel.onTextChanged(requireContext(), uriString.toString(), selectionStart, selectionEnd)
|
||||
linkPreviewViewModel.onTextChanged(uriString.toString(), selectionStart, selectionEnd)
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user