Skip to content

Commit c8705b1

Browse files
Restore iOS Java stub for InPlaceEditViewNativeImpl
Restored scripts/hellocodenameone/ios/src/main/java/com/codenameone/examples/hellocodenameone/InPlaceEditViewNativeImpl.java which is required for NativeLookup on iOS, complementing the Objective-C implementation. Confirmed Android implementation exists.
1 parent 05befc2 commit c8705b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package com.codenameone.examples.hellocodenameone;
2+
3+
public class InPlaceEditViewNativeImpl {
4+
public void runReproductionTest() {
5+
}
6+
7+
public boolean isSupported() {
8+
return false;
9+
}
10+
}

0 commit comments

Comments
 (0)