Skip to content

Commit

Permalink
[SanAngeles] fix for # 9645
Browse files Browse the repository at this point in the history
  • Loading branch information
xamarin23 authored and xamarin23 committed Jun 9, 2016
1 parent cdab8ae commit ddea5d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SanAngeles_NDK/SanAngeles_NDK/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@
using Android.OS;
using Android.Views;
using System.Runtime.InteropServices;
using Android.Content.PM;

namespace SanAngles
{
[Activity (Label = "Mono SanAngeles sample", MainLauncher = true)]
[Activity (Label = "Mono SanAngeles sample", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenLayout | ConfigChanges.Orientation)]
public class DemoActivity : Activity {
protected override void OnCreate (Bundle savedInstanceState)
{
Expand Down

0 comments on commit ddea5d4

Please sign in to comment.