File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
java/com/ichi2/anki/dialogs Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ import com.ichi2.anki.CrashReportService
3636import com.ichi2.anki.R
3737import com.ichi2.anki.StudyOptionsFragment
3838import com.ichi2.anki.launchCatchingTask
39+ import com.ichi2.anki.snackbar.showSnackbar
3940import com.ichi2.anki.ui.isCheckedState
4041import com.ichi2.anki.ui.textOf
4142import com.ichi2.anki.utils.ext.update
@@ -233,6 +234,7 @@ class EditDeckDescriptionDialog : DialogFragment(R.layout.dialog_deck_descriptio
233234 this .markdownDescription = toSave.formatAsMarkdown
234235 }
235236 }
237+ showSnackbar(R .string.deck_description_saved)
236238 }
237239
238240 /* *
Original file line number Diff line number Diff line change @@ -371,6 +371,7 @@ opening the system text to speech settings fails">Failed to open text to speech
371371 <string name =" shared_decks_login_required" >Please log in to download more decks</string >
372372
373373 <string name =" deck_description_field_hint" >Description</string >
374+ <string name =" deck_description_saved" >Description updated</string >
374375 <string name =" format_deck_description_as_markdown" >Format as Markdown</string >
375376 <string name =" help_button_content_description" >Open help for ‘%s’</string >
376377
You can’t perform that action at this time.
0 commit comments