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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user