mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2024-12-26 16:55:15 +01:00
Overall pay
This commit is contained in:
parent
8a86a1eb38
commit
0ca62fb0a2
@ -14,11 +14,7 @@ public struct ShopView: View {
|
||||
@State private var hasSub: Bool = false
|
||||
|
||||
private var canPay: Bool {
|
||||
#if targetEnvironment(simulator) || !DEBUG
|
||||
return true
|
||||
#else
|
||||
return false
|
||||
#endif
|
||||
}
|
||||
|
||||
public var body: some View {
|
||||
|
Loading…
Reference in New Issue
Block a user