feature request: show toast after writing to DB so user knows

something was done
This commit is contained in:
Eric House 2015-06-05 06:20:43 -07:00
parent 11849d6430
commit 6bfb20d2f0
3 changed files with 5 additions and 1 deletions

View file

@ -2461,5 +2461,5 @@
<string name="checking_title">Checking</string>
<string name="checking_for_fmt">Checking for wordlists in %1$s…</string>
<string name="db_store_done">SD card write complete.</string>
</resources>

View file

@ -3441,4 +3441,7 @@ pour la langue</string>
<string name="checking_title">Recherche</string>
<!--<string name="checking_for_fmt">Checking for wordlists in %1$s…</string>-->
<string name="checking_for_fmt">Recherche de listes de mots en %1$s…</string>
<!-- <string name="db_store_done">SD card write complete.</string> -->
<string name="db_store_done">Écriture sur la carte SD finie.</string>
</resources>

View file

@ -1452,6 +1452,7 @@ public class GamesListDelegate extends ListDelegateBase
break;
case R.id.games_menu_storedb:
DBUtils.saveDB( m_activity );
showToast( R.string.db_store_done );
break;
// Game menus: one or more games selected