feat: 游戏详情页tab顺序调整 https://jira.shanqu.cc/browse/GHZS-2155

This commit is contained in:
chenjuntao
2023-04-25 13:54:54 +08:00
parent e6a2f0528a
commit ea68931461
8 changed files with 117 additions and 112 deletions

View File

@ -13,7 +13,7 @@ interface IGameDetailProvider : IProvider {
context: Context,
gameEntity: GameEntity?,
entrance: String,
defaultTab: Int = -1,
defaultTab: String = "",
isSkipGameComment: Boolean = false,
scrollToLibao: Boolean = false,
scrollToServer: Boolean = false,