Skip to content

Commit

Permalink
[FIX] 토스트 높이 재수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimscastle committed Jul 21, 2023
1 parent ebec3ea commit ff7b893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LionHeart-iOS/LionHeart-iOS/Application/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

extension AppDelegate: MessagingDelegate {
func messaging(_ messaging: Messaging, didReceiveRegistrationToken fcmToken: String?) {
// guard let fcmToken else { return }
guard let fcmToken else { return }
print("✅✅✅✅✅✅✅✅✅✅✅✅✅fcmToken받아오기 성공✅✅✅✅✅✅✅✅✅✅✅✅✅✅")
print("fcmToken: ", fcmToken)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extension LHToastView {

self.addSubview(messageLabel)
self.snp.makeConstraints { make in
make.height.equalTo(700)
make.height.equalTo(50)
}
self.messageLabel.snp.makeConstraints { make in
make.center.equalToSuperview()
Expand Down

0 comments on commit ff7b893

Please sign in to comment.