相关页面ToolBar增加Download Menu

下载管理游戏下载为空且更新不为空,则直接定位到游戏更新Tab
This commit is contained in:
kehaoyuan
2019-08-12 15:52:48 +08:00
parent f558954d22
commit 75d6267f68
29 changed files with 321 additions and 224 deletions

View File

@ -232,4 +232,9 @@ public abstract class BaseActivity extends BaseToolBarActivity implements EasyPe
}
return StringUtils.buildString(entrance, "+(", path, ")");
}
@Override
protected boolean showDownloadMenu() {
return false;
}
}