Loading tools/data-binding/compiler/src/main/java/android/databinding/tool/LayoutBinder.java +1 −7 Original line number Original line Diff line number Diff line Loading @@ -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; } } Loading Loading
tools/data-binding/compiler/src/main/java/android/databinding/tool/LayoutBinder.java +1 −7 Original line number Original line Diff line number Diff line Loading @@ -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; } } Loading