This commit is contained in:
Imran Remtulla
2022-08-27 18:05:49 -04:00
parent f9044e20f1
commit 52b4e1fb96

View File

@@ -89,7 +89,7 @@ class MyApp extends StatelessWidget {
// If this is the first run, ask for notification permissions and add Obtainium to the Apps list // If this is the first run, ask for notification permissions and add Obtainium to the Apps list
Permission.notification.request(); Permission.notification.request();
appsProvider.saveApp(App( appsProvider.saveApp(App(
'imranr98_obtainium_github', 'imranr98_obtainium_${GitHub().host}',
'https://github.com/ImranR98/Obtainium', 'https://github.com/ImranR98/Obtainium',
'ImranR98', 'ImranR98',
'Obtainium', 'Obtainium',