Replace some Roxas with Roxas UI

Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
Joseph Mattello
2023-02-25 01:38:29 -05:00
committed by Joe Mattiello
parent f270ecc537
commit a6559d8bb9
41 changed files with 55 additions and 44 deletions

View File

@@ -268,11 +268,11 @@ public extension PatreonAPI
{
let account = try result.get()
if let context = account.managedObjectContext, !account.isPatron
{
// if let context = account.managedObjectContext, !account.isPatron
// {
// Deactivate all beta apps now that we're no longer a patron.
//self.deactivateBetaApps(in: context)
}
// }
try account.managedObjectContext?.save()
}