mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Remove unused parameter in LinkPreviewViewModel.
This commit is contained in:
@@ -109,7 +109,7 @@ public class LinkPreviewViewModel extends ViewModel {
|
||||
}
|
||||
}
|
||||
|
||||
public void onTextChanged(@NonNull Context context, @NonNull String text, int cursorStart, int cursorEnd) {
|
||||
public void onTextChanged(@NonNull String text, int cursorStart, int cursorEnd) {
|
||||
if (!enabled && !enablePlaceholder) return;
|
||||
|
||||
debouncer.publish(() -> {
|
||||
|
||||
Reference in New Issue
Block a user