Fixes the build

This commit is contained in:
Paul Schneider 2017-01-27 16:32:29 +01:00
commit b7a5264a18
19 changed files with 19 additions and 0 deletions

View file

@ -47,6 +47,7 @@ namespace ZicMoove.Droid
using Interfaces;
using Model.Auth.Account;
using static Android.Manifest;
using Settings;
[Activity(Name = "fr.pschneider.bas.MainActivity", Label = "ZicMoove", Theme = "@style/MainTheme", Icon = "@drawable/icon", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
public class MainActivity :