Image Editor - when no sticker selected, go back to mode NONE.

This commit is contained in:
Alan Evans 2019-05-17 16:21:49 -03:00
parent 6777b3e0e6
commit 401e3687de

View File

@ -236,6 +236,8 @@ public final class ImageEditorFragment extends Fragment implements ImageEditorHu
EditorElement element = new EditorElement(renderer);
imageEditorView.getModel().addElementCentered(element, 0.2f);
currentSelection = element;
} else {
imageEditorHud.enterMode(ImageEditorHud.Mode.NONE);
}
}