1
0
mirror of https://github.com/tijder/SmsMatrix.git synced 2024-09-28 13:50:42 +00:00

Set the default sync delay and timout in config

This commit is contained in:
Gerben Droogers 2017-12-09 22:39:44 +01:00
parent 50b0a1565f
commit eb6224ed63

View File

@ -45,8 +45,8 @@ public class MainActivity extends Activity {
username.setText(sp.getString("username", ""));
device.setText(sp.getString("device", ""));
hsUrl.setText(sp.getString("hsUrl", ""));
syncDelay.setText(sp.getString("syncDelay", ""));
syncTimeout.setText(sp.getString("syncTimeout", ""));
syncDelay.setText(sp.getString("syncDelay", "12"));
syncTimeout.setText(sp.getString("syncTimeout", "30"));
Button saveButton = (Button) findViewById(R.id.button_save);