|
|
@@ -23,7 +23,6 @@ import com.sheep.gamegroup.greendao.download.DownLoadInfo;
|
|
|
import com.sheep.gamegroup.helper.DownloadHelper;
|
|
|
import com.sheep.gamegroup.model.entity.Container;
|
|
|
import com.sheep.gamegroup.model.entity.UserEntity;
|
|
|
-import com.sheep.gamegroup.module.home.api.MainAction;
|
|
|
import com.sheep.gamegroup.util.ActionUtil;
|
|
|
import com.sheep.gamegroup.util.ChannelContent;
|
|
|
import com.sheep.gamegroup.util.CommonUtil;
|
|
|
@@ -364,10 +363,6 @@ public class ActMain extends BaseActYmPermissionCheck {
|
|
|
}
|
|
|
} else if (action instanceof Uri) {
|
|
|
MiddleSchemeAct.parseAndJumpUri(this, (Uri) action);
|
|
|
- } else if (action instanceof MainAction) {
|
|
|
- if(action == MainAction.CHECK_COPY){
|
|
|
- CommonUtil.getInstance().checkCopyText();
|
|
|
- }
|
|
|
} else if (action instanceof MainTab) {
|
|
|
switchFragment(((MainTab) action).ordinal());
|
|
|
}
|