TP-49337 | removed unused condition (#9335)
This commit is contained in:
@@ -1673,7 +1673,6 @@ class NewDashboardActivity :
|
||||
LandingPageInfoFragment().apply { arguments = bundle }
|
||||
DashboardTypes.Investment.name,
|
||||
FundListingFragmentV2.TAG -> getInvestmentTabFragment(bundle)
|
||||
FundListingFragmentV2.TAG -> InvestmentsFragment.newInstance(bundle)
|
||||
else -> DashboardFragment.getInstance(bundle)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user