LcTerry

Results 3 issues of LcTerry

报错:unknown effect id 5 not defined in `android.view.SoundEffectConstants`public static void playKeySound(View view, int soundKey) { if (null != view) { if (soundKey == SOUND_KEYSTONE_KEY) { view.playSoundEffect(SoundEffectConstants.NAVIGATION_DOWN); } else if (soundKey...

RT 播放视频的时候只有声音没有画面

`java.lang.NullPointerException: Attempt to invoke virtual method 'int com.js.photosdk.scrawl.DrawAttribute$DrawStatus.ordinal()' on a null object reference at com.js.photosdk.scrawl.DrawingBoardView$BrushGestureListener.onDown(DrawingBoardView.java:238)` How to deal with it