Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #190 from ILIYANGERMANOV/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ILIYANGERMANOV authored Nov 27, 2021
2 parents 531ad97 + 6bdde5d commit c03ffe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ class EditTransactionViewModel @Inject constructor(
}

private fun updateTitleSuggestions(title: String? = loadedTransaction().title) {
if (editMode) return //title suggestions should not be display for Edit mode

viewModelScope.launch {
TestIdlingResource.increment()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ object Libs {

object Project {
//Version
const val versionName = "2.2.9-comet"
const val versionCode = 87
const val versionName = "2.2.10-comet"
const val versionCode = 88

//Compile SDK & Build Tools
const val compileSdkVersion = 31
Expand Down

0 comments on commit c03ffe1

Please sign in to comment.