Adds missing accessibility string for accounts syncing

Change-Id: If84fd05c67d2bddfbbc197a6f961c10409744462
This commit is contained in:
Alexandra Gherghina
2014-05-28 15:47:25 +01:00
parent 6268209628
commit a14cfda8fc
2 changed files with 4 additions and 0 deletions

View File

@@ -140,6 +140,8 @@ public class AccountPreference extends Preference {
return getContext().getString(R.string.accessibility_sync_disabled);
case SYNC_ERROR:
return getContext().getString(R.string.accessibility_sync_error);
case SYNC_IN_PROGRESS:
return getContext().getString(R.string.accessibility_sync_in_progress);
default:
Log.e(TAG, "Unknown sync status: " + status);
return getContext().getString(R.string.accessibility_sync_error);