fixes grac stop

This commit is contained in:
hypnosis-i2p 2018-02-07 19:56:44 +08:00
parent 56f6e57118
commit ac495da5fe

View file

@ -20,7 +20,7 @@ import android.widget.Toast;
public class I2PDActivity extends Activity { public class I2PDActivity extends Activity {
private static final String TAG = "i2pdActvt"; 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; private TextView textView;