|
|
@ -17,8 +17,8 @@ import com.dolphin.core.http.api.ResultResponse; |
|
|
|
import com.dolphin.core.http.exception.ExceptionHandle; |
|
|
|
import com.dolphin.core.http.exception.ExceptionHandle; |
|
|
|
import com.dolphin.core.util.RxUtil; |
|
|
|
import com.dolphin.core.util.RxUtil; |
|
|
|
import com.dolphin.core.util.ToastUtil; |
|
|
|
import com.dolphin.core.util.ToastUtil; |
|
|
|
import com.kanglai.push.R; |
|
|
|
|
|
|
|
import com.kanglai.push.app.AppApplication; |
|
|
|
import com.kanglai.push.app.AppApplication; |
|
|
|
|
|
|
|
import com.kanglai.push.constant.CommonConstant; |
|
|
|
import com.kanglai.push.di.component.DaggerServiceComponent; |
|
|
|
import com.kanglai.push.di.component.DaggerServiceComponent; |
|
|
|
import com.kanglai.push.entity.ConcernFans; |
|
|
|
import com.kanglai.push.entity.ConcernFans; |
|
|
|
import com.kanglai.push.entity.LocalPushChatMsg; |
|
|
|
import com.kanglai.push.entity.LocalPushChatMsg; |
|
|
@ -31,7 +31,6 @@ import com.kongzue.dialogx.DialogX; |
|
|
|
import com.kongzue.dialogx.dialogs.BottomMenu; |
|
|
|
import com.kongzue.dialogx.dialogs.BottomMenu; |
|
|
|
import com.kongzue.dialogx.dialogs.MessageDialog; |
|
|
|
import com.kongzue.dialogx.dialogs.MessageDialog; |
|
|
|
import com.kongzue.dialogx.interfaces.OnDialogButtonClickListener; |
|
|
|
import com.kongzue.dialogx.interfaces.OnDialogButtonClickListener; |
|
|
|
import com.kongzue.dialogx.interfaces.OnIconChangeCallBack; |
|
|
|
|
|
|
|
import com.kongzue.dialogx.interfaces.OnMenuItemClickListener; |
|
|
|
import com.kongzue.dialogx.interfaces.OnMenuItemClickListener; |
|
|
|
|
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
import java.util.List; |
|
|
@ -256,7 +255,7 @@ public class FocusDetailViewModel extends ToolbarViewModel<FocusDetailActivity> |
|
|
|
Bundle bundle = new Bundle(); |
|
|
|
Bundle bundle = new Bundle(); |
|
|
|
LocalPushChatMsg localPushChatMsg = new LocalPushChatMsg(followFans.getConcernUserId(), followFans.getAvatar(), followFans.getUserName(), followFans.getUserType(), "0"); |
|
|
|
LocalPushChatMsg localPushChatMsg = new LocalPushChatMsg(followFans.getConcernUserId(), followFans.getAvatar(), followFans.getUserName(), followFans.getUserType(), "0"); |
|
|
|
localPushChatMsg.setFocusType("1"); |
|
|
|
localPushChatMsg.setFocusType("1"); |
|
|
|
bundle.putParcelable("GOING_TO_INSTANT", localPushChatMsg); |
|
|
|
bundle.putParcelable(CommonConstant.INSTANT_LAUNCHER_RESULT_KEY, localPushChatMsg); |
|
|
|
startActivity(InstantActivity.class, bundle); |
|
|
|
startActivity(InstantActivity.class, bundle); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|