Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
liberty-social-ios
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liberty
social
liberty-social-ios
Commits
d69ddfd5
Commit
d69ddfd5
authored
Oct 03, 2019
by
Thomas Markiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed auth web view to full screen
parent
81a9de85
Pipeline
#38041
passed with stage
in 4 minutes and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
LibremSocial/MSAuthStore.m
LibremSocial/MSAuthStore.m
+1
-0
No files found.
LibremSocial/MSAuthStore.m
View file @
d69ddfd5
...
...
@@ -270,6 +270,7 @@
oauthController
.
view
.
frame
=
frame
;
oauthController
.
delegate
=
self
;
oauthController
.
modalPresentationStyle
=
UIModalPresentationFullScreen
;
[[[
UIApplication
sharedApplication
]
topController
]
presentViewController
:
oauthController
animated
:
YES
completion
:^
{
}];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment