mccccccmike

Results 11 issues of mccccccmike

你好,当recyclerview一个item播放视频时,此时滑动recyclerview,小bug是当video item符合deactive条件,并且recyclerview处于idle状态才会deactive 这个video item。不会在video item符合deactive条件,并且处于滑动状态deactive这个video item。 第二个问题是,缺少mediaplayer状态管理机制,我自己简单的实现了一下,activity/fragment生命周期与texturevideoview的mediaplayer关联起来,这样,当video item播放视频时,启动一个activity,此时video item 的mediaplayer会随着新activity的启动销毁,返回时,video item 无法播放视频。希望,我再完善一下可以pull request。 第一个问题,我还在研究,希望可以共同研究一下。 水平有限,有不对的地方,请多指教。

question

const message = event.message; const text = message.text; client.sendMessage('@realliveswap2', message); I am sending message with client.sendMessage, But there are no unread message prompts just like below image shown ![2653f986-a6a4-4a70-a9b8-4231f03023d7](https://github.com/gram-js/gramjs/assets/11752382/099dfe89-48e9-4ddc-b7ff-818c621c283b)

![image](https://github.com/gram-js/gramjs/assets/11752382/0f131ac4-acd2-486b-9214-a4c82d151445) const message = event.message; await client.sendMessage(StaySafeMoonChatId, {message:message}); Hi When I want to send/forward the copy of message of a channel to another group chat, there is no unread notification,...

![image](https://github.com/gram-js/gramjs/assets/11752382/939cf3e7-4084-4513-a853-d7dc3baa9c28)

while I can receive the message from telegram channel when I test the same code on my own local Windows PC, hey bro, do you have any ideas?

ore --rpc https://api.mainnet-beta.solana.com --keypair ~/.config/solana/id.json --priority-fee 1 mine --threads 4 Generating challenge... thread 'main' panicked at /home/mai/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ore-cli-0.4.0/src/send_and_confirm.rs:37:14: called `Result::unwrap()` on an `Err` value: Error { request: None, kind: RpcError(RpcRequestError("cluster version...

AGPBI: {"kind":"error","text":"error: style attribute \u0027attr/qmui_loading_view_size (aka com.example.tome.framedemomo2:attr/qmui_loading_view_size)\u0027 not found.","sources":[{"file":"C:\\Users\\mike\\.gradle\\caches\\transforms-1\\files-1.1\\appcompat-v7-27.1.0.aar\\c57c93702fc9804e26d1b91b18430a92\\res\\values\\values.xml","position":{"startLine":1447,"startColumn":4,"startOffset":104358,"endLine":1504,"endColumn":12,"endOffset":108697}}],"original":"","tool":"AAPT"} AGPBI: {"kind":"error","text":"error: style attribute \u0027attr/qmui_isRadiusAdjustBounds (aka com.example.tome.framedemomo2:attr/qmui_isRadiusAdjustBounds)\u0027 not found.","sources":[{"file":"D:\\AndroidStudioProjects\\frameDemoMo2\\baseLib\\customview\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml","position":{"startLine":67,"startColumn":4,"startOffset":4036,"endLine":74,"endColumn":12,"endOffset":4481}}],"original":"","tool":"AAPT"} AGPBI: {"kind":"error","text":"error: style attribute \u0027attr/qmui_backgroundColor (aka com.example.tome.framedemomo2:attr/qmui_backgroundColor)\u0027 not found.","sources":[{"file":"D:\\AndroidStudioProjects\\frameDemoMo2\\baseLib\\customview\\build\\intermediates\\bundles\\debug\\res\\values\\values.xml","position":{"startLine":67,"startColumn":4,"startOffset":4036,"endLine":74,"endColumn":12,"endOffset":4481}}],"original":"","tool":"AAPT"} AGPBI: {"kind":"error","text":"error: style...

当给RecyclerView设置setOnTouchListener()并且给itemView设置onClickListener()时,onTouch()方法中ACTION_DOWN,被消费了