Skip to content

Commit

Permalink
Add todo to fix loss on data on configuration change
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Nov 4, 2023
1 parent 5e32bb7 commit ef7d7f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class CustomWebsiteActivity : AbstractActivity(), ConfirmDialogFragment.OnClickL

binding.urlContainer.adapter = adapter
add()
// TODO(aanorbel): Fix: Configuration change triggers loss of data.
}

override fun onBackPressed() {
Expand Down

0 comments on commit ef7d7f7

Please sign in to comment.