This commit is contained in:
Михаил Капелько
2023-12-25 18:27:24 +03:00
parent a77e1c82b4
commit 06c143efb4
4 changed files with 105 additions and 106 deletions

View File

@@ -16,6 +16,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate
window?.rootViewController = vc
window?.backgroundColor = UIColor.white
window?.makeKeyAndVisible()
Bus.processSyncG(
MeetupId.shouldFormat, MeetupId.K.meetupIdTextUI.rawValue, MeetupId.K.meetupIdTextApp.rawValue
)
return true
}