Skip to content

Commit

Permalink
Updating UI when a dose is edited
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGuidarini committed Dec 3, 2024
1 parent 62e582a commit 91ca4f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
targetSdkVersion 34
compileSdk 34

versionCode 32
versionName "0.13.3"
versionCode 33
versionName "0.13.4"
resourceConfigurations += ['en', 'de', 'es', 'it', 'tr']

ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,7 @@ public void onRightClick(View view) {
*/
@Override
public void handleDialogClose(Action action, Object data) {
if (action == Action.EDIT) {
scheduleLayout.removeAllViews();
createMainActivityViews();
}
scheduleLayout.removeAllViews();
createMainActivityViews();
}
}

0 comments on commit 91ca4f5

Please sign in to comment.