TP-37749 | getModuleNameFix (#7752)
This commit is contained in:
@@ -388,7 +388,7 @@ class LoanApplicationDetailActivity :
|
||||
get() = NaviAnalytics.LOAN_APPLICATION_DETAIL
|
||||
|
||||
override val moduleName: ModuleNameV2
|
||||
get() = getLendingModuleNameFromWidgetId(intent?.extras?.getString(WIDGET_ID))
|
||||
get() = getLendingModuleNameFromWidgetId(intent?.extras?.getString(WIDGET_ID).orEmpty())
|
||||
|
||||
companion object {
|
||||
const val OPEN_TAB = "OPEN_TAB"
|
||||
|
||||
Reference in New Issue
Block a user