Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e5656be authored by Ruben Brunk's avatar Ruben Brunk
Browse files

Remove UI param for straighten.

Bug: 8322933
Change-Id: I718fc15fb551572ab2452097ac850fd395e59302
parent 474c2273
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ public class EditorStraighten extends Editor implements EditorInfo {
    @Override
    public String calculateUserMessage(Context context, String effectName, Object parameterValue) {
        String apply = context.getString(R.string.apply_effect);
        apply += " " + effectName + " " + parameterValue;
        apply += " " + effectName;
        return apply;
    }