mirror of
https://github.com/tijder/SmsMatrix.git
synced 2024-10-27 18:24:01 +00:00
Set the default sync delay and timout in config
This commit is contained in:
parent
50b0a1565f
commit
eb6224ed63
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user