Fix build

This commit is contained in:
Victor Shcherb 2014-06-18 02:22:48 +02:00
parent 9107f4f6d7
commit 3e9b7be35e

View file

@ -192,6 +192,7 @@ public class MainMenuActivity extends Activity {
getMyApplication().setAppCustomization(new SherpafyCustomization());
startActivity(mapIntent);
finish();
return;
}
boolean exit = false;