Fixed notification + added saving of active shop id.

This commit is contained in:
Patrick Fic
2020-01-21 09:28:04 -08:00
parent f2d5c07c52
commit 99cf3efaf1
5 changed files with 195 additions and 47 deletions

View File

@@ -9,6 +9,6 @@ namespace BodyshopUploader.Utils
public static class AppMetaData
{
public static string FirebaseAPIKey_DEV = "AIzaSyDV9MsSHZmpLtjoaTK_ObvjFaJ-nMSd2KA";
public static string ActiveShopId = Properties.Settings.Default.LastSelectedShop;
}
}