Skip to content

Commit

Permalink
Refactor: Use UiEvent for data operations in TopAppBars
Browse files Browse the repository at this point in the history
Replaced direct calls to dataModel functions (editData, deleteData) with sending UiEvents
:

- Update for editing and restoring notes.
- Delete for deleting notes.

This change leverages the UiEvent system for data operations within TopAppBars, improving code organization and consistency.
  • Loading branch information
youndon committed Nov 2, 2024
1 parent d8fc634 commit a44ad06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package city.zouitel.systemDesign


object CommonConstants {
const val APP_VERSION = "6.5.1"
const val APP_VERSION = "6.6.0"
const val APP_NAME = "JetNote"
const val NONE = "unspecified"

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ kotlin = "2.0.0"
compileSdk-version = "35"
minSdk-version = "26"
targetSdk-version = "34"
code-version = "651"
name-version = "6.5.1"
code-version = "660"
name-version = "6.6.0"
compose-version = "1.5.14"

#Android.
Expand Down

0 comments on commit a44ad06

Please sign in to comment.