mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 18:23:53 +01:00
Merge pull request #770 from mahee96/develop
This commit is contained in:
@@ -112,6 +112,8 @@ private extension AuthenticationViewController
|
|||||||
|
|
||||||
let toastView = ToastView(error: error)
|
let toastView = ToastView(error: error)
|
||||||
toastView.show(in: self)
|
toastView.show(in: self)
|
||||||
|
toastView.textLabel.textColor = .altPrimary
|
||||||
|
toastView.detailTextLabel.textColor = .altPrimary
|
||||||
self.toastView = toastView
|
self.toastView = toastView
|
||||||
|
|
||||||
self.signInButton.isIndicatingActivity = false
|
self.signInButton.isIndicatingActivity = false
|
||||||
|
|||||||
Reference in New Issue
Block a user