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

Conversation

PROGrand
Copy link

@PROGrand PROGrand commented Dec 21, 2020

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.

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.
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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant