mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fixes grac stop
This commit is contained in:
parent
56f6e57118
commit
ac495da5fe
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import android.widget.Toast;
|
|||
|
||||
public class I2PDActivity extends Activity {
|
||||
private static final String TAG = "i2pdActvt";
|
||||
public static final int GRACEFUL_DELAY_MILLIS = 120 * 1000;
|
||||
public static final int GRACEFUL_DELAY_MILLIS = 10 * 60 * 1000;
|
||||
|
||||
private TextView textView;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue