Skip to content

Commit dd7b8d9

Browse files
remove unnecessary navigation.
Signed-off-by: thekalpeshpawar <pawarkalpesh@proton.me>
1 parent 48b140d commit dd7b8d9

3 files changed

Lines changed: 8 additions & 13 deletions

File tree

cmp-navigation/src/commonMain/kotlin/cmp/navigation/authenticated/AuthenticatedNavigation.kt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,7 @@ internal fun NavGraphBuilder.authenticatedGraph(
165165

166166
addLoanAccountScreen(
167167
onBackPressed = navController::popBackStack,
168-
dataTable = { dataTables, payload ->
169-
navController.navigateDataTableList(
170-
dataTableList = dataTables,
171-
payload = payload,
172-
requestType = Constants.CLIENT_LOAN,
173-
)
168+
dataTable = { _, _ ->
174169
},
175170
)
176171

cmp-shared/cmp_shared.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'cmp_shared'
3-
spec.version = '2026.4.3'
3+
spec.version = '2026.5.5'
44
spec.homepage = 'https://github.com/openMF/mifos-x-field-officer-app'
55
spec.source = { :http=> ''}
66
spec.authors = ''
@@ -9,8 +9,8 @@ Pod::Spec.new do |spec|
99
spec.vendored_frameworks = 'build/cocoapods/framework/ComposeApp.framework'
1010
spec.libraries = 'c++'
1111
spec.ios.deployment_target = '16.0'
12-
13-
12+
13+
1414
if !Dir.exist?('build/cocoapods/framework/ComposeApp.framework') || Dir.empty?('build/cocoapods/framework/ComposeApp.framework')
1515
raise "
1616
@@ -21,16 +21,16 @@ Pod::Spec.new do |spec|
2121
2222
Alternatively, proper pod installation is performed during Gradle sync in the IDE (if Podfile location is set)"
2323
end
24-
24+
2525
spec.xcconfig = {
2626
'ENABLE_USER_SCRIPT_SANDBOXING' => 'NO',
2727
}
28-
28+
2929
spec.pod_target_xcconfig = {
3030
'KOTLIN_PROJECT_PATH' => ':cmp-shared',
3131
'PRODUCT_MODULE_NAME' => 'ComposeApp',
3232
}
33-
33+
3434
spec.script_phases = [
3535
{
3636
:name => 'Build cmp_shared',

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.12.2-beta.0.18
1+
2026.5.5-beta.0.12

0 commit comments

Comments
 (0)