This commit is contained in:
2020-09-28 17:07:11 +08:00
parent b0704fee96
commit 74928e6e49
13 changed files with 69 additions and 17 deletions

View File

@@ -240,6 +240,9 @@ public class InCallActivity extends TrBaseActivity implements OnClickListener {
@Override
public boolean handleMessage(Message m) {
switch (m.what) {
case CONS.ONGETCALLID:
callid = (int)m.obj;
break;
case CONS.CALLSTATE:
callstate = (String) m.obj;
show.setText(callnumber + callstate);