Skip to content

Commit

Permalink
set default export before click
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelonion committed Feb 2, 2024
1 parent f7c7b80 commit 8292923
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ class SettingsActivity : AppCompatActivity(), SimpleDialog.OnDialogResultListene

binding.importExportSettings.setOnClickListener {
var i = 0
selectedImpExp = Location.entries[i].name
val dialog = AlertDialog.Builder(this, R.style.MyPopup)
.setTitle("Import/Export Settings")
.setSingleChoiceItems(Location.entries.map { it.name }.toTypedArray(), 0) { dialog, which ->
Expand Down

0 comments on commit 8292923

Please sign in to comment.