Lic
Results
2
issues of
Lic
升级了exoplayer版本,新版本Exoplayer setVideoSurface、setMediaSource、playWhenReady、stop、release等方法都需要在在主线程调用,当前PlayerController都是sendMessage将消息转到HandlerThread("alpha-play-thread", Process.THREAD_PRIORITY_BACKGROUND) 后台线程处理的,会崩溃
现在这个当键盘弹出时,内容会自动往上移动,如何做可以让内容不随键盘弹出而往上移动? 试过dialogWindow.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_NOTHING)不行