Skip to content

Commit

Permalink
Fix #3017 (Renaming a workspace fails)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Nov 9, 2023
1 parent e34978a commit a713066
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ class WorkspaceSelectorActivity: ActivityBase() {
AlertDialog.Builder(this@WorkspaceSelectorActivity)
.setPositiveButton(R.string.okay) { d, _ ->
workspace.name = name.text.toString()
changedWorkspaces.add(workspace.id)
workspaceAdapter.notifyItemChanged(position)
}
.setView(name)
Expand Down

0 comments on commit a713066

Please sign in to comment.