X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/896f145cf6e6b647ef977dabfc28770e5434e82a..db0f0001f905e4140934225ea55f9b24a3041804:/src/eu/alefzero/owncloud/ui/LandingActivity.java diff --git a/src/eu/alefzero/owncloud/ui/LandingActivity.java b/src/eu/alefzero/owncloud/ui/LandingActivity.java index a9372128..afc7a3fe 100644 --- a/src/eu/alefzero/owncloud/ui/LandingActivity.java +++ b/src/eu/alefzero/owncloud/ui/LandingActivity.java @@ -41,7 +41,7 @@ public class LandingActivity extends FragmentActivity implements OnClickListener @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); - setContentView(R.layout.landing_page); + setContentView(R.layout.main); // Check, if there are ownCloud accounts if(!accountsAreSetup()){