Description:
During testing using Monkey, from the Android Debug Bridge (adb) suite, a bug was found where the getCharacter method gets called in the KorgwSurfaceView.onKeyMultiple method. The getCharacter call in the onKeyMultiple is causing the issue, as it is returning a null value, however, I am not sure how it affects the app itself, as I was not able to find where the issue resides in the app.
Where is the issue:
The issue is contained in line 234 in the KorgwSurfaceView class in the onKeyMultiple method. The stack trace indicates that there is an issue with the getCharacter(..) method, which returns a nullPointerException.
Device Model: Pixel 3a API 34
Android Version: Android 14.0
App version: v1.2.8-fdroid
Duplicate Check
The issue has never been reported before.
Description:
During testing using Monkey, from the Android Debug Bridge (adb) suite, a bug was found where the getCharacter method gets called in the KorgwSurfaceView.onKeyMultiple method. The getCharacter call in the onKeyMultiple is causing the issue, as it is returning a null value, however, I am not sure how it affects the app itself, as I was not able to find where the issue resides in the app.
Where is the issue:
The issue is contained in line 234 in the KorgwSurfaceView class in the onKeyMultiple method. The stack trace indicates that there is an issue with the getCharacter(..) method, which returns a nullPointerException.
Device Model: Pixel 3a API 34
Android Version: Android 14.0
App version: v1.2.8-fdroid
Duplicate Check
The issue has never been reported before.