Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local JNI overflow for UI::Button [Android] #53

Closed
amirrajan opened this issue Oct 26, 2016 · 1 comment
Closed

Local JNI overflow for UI::Button [Android] #53

amirrajan opened this issue Oct 26, 2016 · 1 comment
Labels

Comments

@amirrajan
Copy link
Collaborator

amirrajan commented Oct 26, 2016

class AScreen < UI::Screen
  def on_load
    50.times do
      v = UI::Button.new
      v.title = "x"
      v.height = 30
      v.color = :black
      view.add_child(v)
    end

    view.update_layout
  end
end
@amirrajan
Copy link
Collaborator Author

amirrajan commented Apr 28, 2017

Cant reproduce consistently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants