|
@@ -94,11 +94,11 @@ class WatchCallRecordsActivity : BaseActivity<WatchCallRecordsFragmentPresenter,
|
|
if (action == all) {
|
|
if (action == all) {
|
|
if (customerId.equals("")) {
|
|
if (customerId.equals("")) {
|
|
// presenter.loadFloor(all, 1,30, Constants.ids.toInt(),0)
|
|
// presenter.loadFloor(all, 1,30, Constants.ids.toInt(),0)
|
|
- presenter.loadFloor(all, 1,30, 17,0,0)
|
|
|
|
|
|
+ presenter.loadFloor(all, 1,30, Constants.ids.toInt(),0,0)
|
|
call_relyout.visibility = View.GONE
|
|
call_relyout.visibility = View.GONE
|
|
}
|
|
}
|
|
}else if(action == unread){
|
|
}else if(action == unread){
|
|
- presenter.loadFloor(all, 1,30, 17,0,1)
|
|
|
|
|
|
+ presenter.loadFloor(all, 1,30, Constants.ids.toInt(),0,1)
|
|
call_relyout.visibility = View.GONE
|
|
call_relyout.visibility = View.GONE
|
|
|
|
|
|
}else if(action == initiator){
|
|
}else if(action == initiator){
|