Tp 39922 tranche request view details screen (#7725)
This commit is contained in:
committed by
GitHub
parent
6da347e54b
commit
060a7eb4da
@@ -219,6 +219,7 @@
|
||||
<activity
|
||||
android:name=".dashboard.loanapplicationdetails.activities.LoanApplicationDetailActivity"
|
||||
android:exported="false"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/BaseThemeStyle" />
|
||||
<activity
|
||||
|
||||
@@ -459,4 +459,12 @@ class LoanApplicationDetailActivity :
|
||||
}
|
||||
loadLoanApplicationDetals()
|
||||
}
|
||||
|
||||
override fun onNewIntent(intent: Intent?) {
|
||||
super.onNewIntent(intent)
|
||||
setIntent(intent)
|
||||
if (intent != null) {
|
||||
loadLoanApplicationDetals()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user