1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-23 14:23:04 +00:00

Label fix. Also added test timer

This commit is contained in:
Loïc Blot (@U-Exp)
2014-11-30 20:11:35 +01:00
parent 9b5a1f5bf6
commit dfb92097e4
3 changed files with 5 additions and 3 deletions
@@ -153,7 +153,7 @@ public class GeneralSettingsActivity extends PreferenceActivity {
mAccountAuthority, b, syncFreq * 60);
}
}
// Slow Sync frequency
} else if (prefKey.equals(new String("slow_sync_frequency"))) {
long syncFreq = Long.parseLong((String)value);