You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int jp.co.recruit_lifestyle.android.floatingview.FloatingView.getState()' on a null object reference
at jp.co.recruit_lifestyle.android.floatingview.FloatingViewManager.onTouch(SourceFile:349)
at com.geecko.QuickLyric.services.LyricsOverlayService.onTouch(SourceFile:969)
at jp.co.recruit_lifestyle.android.floatingview.FloatingViewManager.dispatchTouchEvent(SourceFile:906)
This is the piece of code from FloatingViewManager.onTouch that triggers the exception:
final int state = mTargetFloatingView.getState();
mTargetFloatingView = (FloatingView) v;
It seems like mTargetFloatingView can sometimes be null when the first line is executed.
The text was updated successfully, but these errors were encountered:
This is the piece of code from
FloatingViewManager.onTouch
that triggers the exception:It seems like mTargetFloatingView can sometimes be null when the first line is executed.
The text was updated successfully, but these errors were encountered: