From ec8d7360c74600a95437e17fffefa0f51db01f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E5=AD=90=E7=BB=B4?= Date: Wed, 7 Feb 2024 09:55:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20APP=E5=86=85=E5=AE=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=87=8D=E6=9E=84-=E7=BB=84=E4=BB=B6:=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E5=8D=95=E5=90=88=E9=9B=86-0206=E6=B5=8B=E8=AF=95-=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AF(1(1))=20https://jira.shanqu.cc/browse/GHZS-4?= =?UTF-8?q?755?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/gh/gamecenter/home/custom/CustomPageFragment.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/com/gh/gamecenter/home/custom/CustomPageFragment.kt b/app/src/main/java/com/gh/gamecenter/home/custom/CustomPageFragment.kt index a90630a658..19e263624c 100644 --- a/app/src/main/java/com/gh/gamecenter/home/custom/CustomPageFragment.kt +++ b/app/src/main/java/com/gh/gamecenter/home/custom/CustomPageFragment.kt @@ -102,6 +102,7 @@ class CustomPageFragment(private val superiorChain: ISuperiorChain? = null) : La override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) + setNavigationTitle(arguments?.getString(EntranceConsts.KEY_NAVIGATION_TITLE, "") ?: "") customPageId = arguments?.getString(EntranceConsts.KEY_CUSTOM_PAGE_ID, "") ?: "" customPageName = arguments?.getString(EntranceConsts.KEY_CUSTOM_PAGE_NAME, "") ?: "" bottomTabName = arguments?.getString(EntranceConsts.KEY_BOTTOM_TAB_NAME, "") ?: ""