Close the application if downloads failed, when user presses Back key

This commit is contained in:
pelya
2010-09-20 15:26:48 +03:00
parent 37df37fc4b
commit 164464257c
3 changed files with 11 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ class Settings
public void run()
{
try {
Thread.sleep(1500);
Thread.sleep(2000);
} catch( InterruptedException e ) {};
if( changeConfigAlert == null )
return;