Skip to content

Commit

Permalink
choose language bottom sheet bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samanshah committed Aug 27, 2024
1 parent 9de146b commit f33fa97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PishkhanHelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ afterEvaluate {
artifactId = 'pishkhanhelper'

// Version Library Name (Example : "1.0.0")
version = '0.3.15'
version = '0.3.16'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ open class HelperChooseLanguageBottomSheet(
binding.confirmLanguageBtnComponent.initButtonFilled(
btnText = getString(R.string.submit)
) {
dismiss()
onLanguageSelected(selectedLanguage)
}
}
Expand Down

0 comments on commit f33fa97

Please sign in to comment.