Commit d60cbad2 authored by Claes Sjofors's avatar Claes Sjofors

Android app arg fix

parent 8a1921d2
......@@ -68,7 +68,7 @@ public class GrowFrame implements GraphApplIfc {
public int command(String cmd) {
if ( appl != null)
return appl.command(cmd);
return appl.command(cmd, this);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment