IosApplication does not pass the required object in _leaveNestedEventLoopImpl

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • jfx14
    • Affects Version/s: jfx14
    • Component/s: javafx
    • aarch64
    • iOS

      In GlassApplication.m for iOS, the method
      Java_com_sun_glass_ui_ios_IosApplication__1leaveNestedEventLoopImpl has signature (Ljava/lang/Object;)V.

      However, in IosApplication.java, _leaveNestedEventLoop(Object retValue) receives an object, but it doesn't pass it to _leaveNestedEventLoopImpl() as it should.

      In other words, _leaveNestedEventLoopImpl() has wrong signature.

            Assignee:
            Jose Pereda
            Reporter:
            Jose Pereda
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: