mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-02 17:07:41 +08:00
优化:远程查短信/通话列表的远程回短信时采用记录原卡槽
This commit is contained in:
parent
29e709f3ea
commit
1c43250b43
@ -108,6 +108,7 @@ class CallQueryFragment : BaseFragment<FragmentClientCallQueryBinding?>() {
|
||||
}
|
||||
holder.click(R.id.iv_reply) {
|
||||
XToastUtils.info("远程发短信:" + model.number)
|
||||
LiveEventBus.get<Int>(EVENT_KEY_SIM_SLOT).post(model.simId)
|
||||
LiveEventBus.get<String>(EVENT_KEY_PHONE_NUMBERS).post(model.number)
|
||||
PageOption.to(SmsSendFragment::class.java).setNewActivity(true).open((context as XPageActivity?)!!)
|
||||
}
|
||||
|
@ -99,6 +99,7 @@ class SmsQueryFragment : BaseFragment<FragmentClientSmsQueryBinding?>() {
|
||||
holder.image(R.id.iv_reply, R.drawable.ic_reply)
|
||||
holder.click(R.id.iv_reply) {
|
||||
XToastUtils.info("远程回短信:" + model.number)
|
||||
LiveEventBus.get<Int>(EVENT_KEY_SIM_SLOT).post(model.simId)
|
||||
LiveEventBus.get<String>(EVENT_KEY_PHONE_NUMBERS).post(model.number)
|
||||
PageOption.to(SmsSendFragment::class.java).setNewActivity(true).open((context as XPageActivity?)!!)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user