mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-27 22:38:53 +00:00
Image Editor - Remove initial text.
- Flashing cursor.
This commit is contained in:
committed by
Greyson Parrelli
parent
2de64fca02
commit
95304fe001
@@ -212,7 +212,7 @@ public final class ImageEditorFragment extends Fragment implements ImageEditorHu
|
||||
}
|
||||
|
||||
protected void addText() {
|
||||
String initialText = requireContext().getString(R.string.ImageEditorFragment_initial_text);
|
||||
String initialText = "";
|
||||
int color = imageEditorHud.getActiveColor();
|
||||
TextRenderer renderer = new TextRenderer(initialText, color);
|
||||
EditorElement element = new EditorElement(renderer);
|
||||
|
||||
Reference in New Issue
Block a user