模块/组件化前期改造(解耦ToolBarActivity) https://git.shanqu.cc/halo/android/assistant-android/-/issues/64
This commit is contained in:
@ -44,7 +44,7 @@ import com.gh.gamecenter.entity.ViewsEntity;
|
||||
import com.gh.gamecenter.eventbus.EBReuse;
|
||||
import com.gh.gamecenter.manager.CommentManager;
|
||||
import com.gh.gamecenter.manager.UserManager;
|
||||
import com.gh.gamecenter.common.base.fragment.NormalFragment;
|
||||
import com.gh.gamecenter.common.base.fragment.ToolbarFragment;
|
||||
import com.gh.gamecenter.common.retrofit.OkHttpCache;
|
||||
import com.gh.gamecenter.common.retrofit.Response;
|
||||
import com.gh.gamecenter.retrofit.RetrofitManager;
|
||||
@ -69,7 +69,7 @@ import retrofit2.HttpException;
|
||||
* Created by CsHeng on 18/12/2017.
|
||||
* 消息详情界面--评论详情--对话详情
|
||||
*/
|
||||
public class MessageDetailFragment extends NormalFragment implements OnCommentCallBackListener, OnBackPressedListener, KeyboardHeightObserver {
|
||||
public class MessageDetailFragment extends ToolbarFragment implements OnCommentCallBackListener, OnBackPressedListener, KeyboardHeightObserver {
|
||||
|
||||
public static final int REQUEST_UPDATE_COMMENT = 9; // 刷新文章web页面评论数
|
||||
|
||||
|
||||
Reference in New Issue
Block a user