Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

_handleViewMetricsChanged null pointer exception #448

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 21, 2020

  1. _handleViewMetricsChanged null pointer exception fixed in iOS.

    BUG (at least iOS)
    1. UIWidgetsPanel is disabled and enabled Unity GUI Text Field.
    2. User touches Text Field, Keyboard event comes, ViewportMatricsChanges emited, nullpointer occured in _handleViewMetricsChanged.
    
    FIX: remove handler in onDisable.
    PROGrand committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    acf696e View commit details
    Browse the repository at this point in the history
  2. _handleViewMetricsChanged null pointer exception fixed in iOS.

    BUG (at least iOS)
    
        UIWidgetsPanel is disabled and enabled Unity GUI Text Field.
        User touches Text Field, Keyboard event comes, ViewportMatricsChanges emited, nullpointer occured in _handleViewMetricsChanged.
    
    FIX: remove handler in onDisable.
    PROGrand committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    5423aae View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Update package.json

    PROGrand committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    9937ab3 View commit details
    Browse the repository at this point in the history