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

Commit 6ad27159 authored by George Mount's avatar George Mount
Browse files

Fix merge error.

parent 4ec064df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -822,7 +822,7 @@ class LayoutBinderWriter(val layoutBinder : LayoutBinder) {
        }
        nl("}")
        nl("public static ${baseClassName} bind(android.view.View view) {") {
            tab("if (!\"${layoutBinder.getId()}\".equals(view.getTag())) {") {
            tab("if (!\"${layoutBinder.getTag()}\".equals(view.getTag())) {") {
                tab("throw new RuntimeException(\"view tag isn't correct on view\");")
            }
            tab("}")