update
This commit is contained in:
parent
c530db25d5
commit
18588bed7e
@ -10,6 +10,7 @@ import android.text.SpannableString;
|
||||
import android.util.Log;
|
||||
import android.widget.Toast;
|
||||
|
||||
import com.lzf.easyfloat.EasyFloat;
|
||||
import com.shayu.onetoone.R;
|
||||
import com.shayu.onetoone.activity.fragments.message.ChatMessageFragment;
|
||||
import com.shayu.onetoone.bean.MessageChatAuthContent;
|
||||
@ -87,6 +88,14 @@ public class OTOCallEndMessageItemProvider extends CallEndMessageItemProvider {
|
||||
.show();
|
||||
return true;
|
||||
}
|
||||
if(EasyFloat.isShow("call")){
|
||||
Toast.makeText(
|
||||
context,
|
||||
"正在通话中,请不要重复发起通话",
|
||||
Toast.LENGTH_SHORT)
|
||||
.show();
|
||||
return true;
|
||||
}
|
||||
if (System.currentTimeMillis() - clickTimer < 600) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user