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

Commit dfbaf13b authored by George Mount's avatar George Mount
Browse files

Address comment in CL

Bug 19933646
parent 808ebfa3
Loading
Loading
Loading
Loading
+1 −7
Original line number Original line Diff line number Diff line
@@ -192,13 +192,7 @@ public class LayoutBinder {


    public String getImplementationName() {
    public String getImplementationName() {
        if (hasVariations()) {
        if (hasVariations()) {
            final String suffix;
            return mBaseClassName + mBundle.getConfigName() + "Impl";
            if (hasVariations()) {
                suffix = mBundle.getConfigName();
            } else {
                suffix = "";
            }
            return mBaseClassName + suffix + "Impl";
        } else {
        } else {
            return mBaseClassName;
            return mBaseClassName;
        }
        }