we need to finish this activty - otherwise we have ugly leftovers

This commit is contained in:
ligi 2013-02-10 13:19:30 +01:00
parent 534c0f8192
commit ddebe7ca07

View file

@ -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.
}
});