stash work
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Settings
|
||||
return entry.requiredOrientation;
|
||||
}
|
||||
// Default to Portrait if not found
|
||||
return ScreenOrientationRequirement.Portrait;
|
||||
return ScreenOrientationRequirement.NotApplicable;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
public enum ScreenOrientationRequirement
|
||||
{
|
||||
Portrait,
|
||||
Landscape
|
||||
Landscape,
|
||||
NotApplicable
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user