we need to finish this activty - otherwise we have ugly leftovers
This commit is contained in:
parent
534c0f8192
commit
ddebe7ca07
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ public class TicketImportActivity extends SherlockActivity {
|
|||
i.putExtra("path", path);
|
||||
|
||||
TicketImportActivity.this.startActivity(i);
|
||||
|
||||
finish();
|
||||
|
||||
return null; //To change body of implemented methods use File | Settings | File Templates.
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue