no message

This commit is contained in:
Ilya Laktyushin
2018-09-02 11:55:04 +03:00
parent 8fe41f324c
commit 4ec048feac
84 changed files with 890 additions and 540 deletions

View File

@@ -59,7 +59,7 @@ final class AuthorizationSequenceSplashController: ViewController {
})
})
self.controller = RMIntroViewController(backroundColor: theme.backgroundColor, primaryColor: theme.primaryColor, accentColor: theme.accentColor, regularDotColor: theme.disclosureControlColor, highlightedDotColor: theme.accentColor, suggestedLocalizationSignal: localizationSignal)
self.controller = RMIntroViewController(backroundColor: theme.backgroundColor, primaryColor: theme.primaryColor, buttonColor: theme.startButtonColor, accentColor: theme.accentColor, regularDotColor: theme.disclosureControlColor, highlightedDotColor: theme.primaryColor, suggestedLocalizationSignal: localizationSignal)
super.init(navigationBarPresentationData: nil)