Version 3.0.375

This commit is contained in:
Anja 2023-11-06 12:23:09 +01:00
parent 2c790239cb
commit ca080c87c0
194 changed files with 10092 additions and 10464 deletions

View file

@ -277,9 +277,6 @@ namespace TestShareeLib.UseCases.Startup
new SpecialFolderMock(),
null, // Cipher
Substitute.For<ILocationPermission>(),
#if ARENDI
Substitute.For<ICentral>(),
#endif
isConnectedFunc: () => true,
currentVersion: l_oAppVersion, // Current app version
lastVersion: null, // Last version.
@ -320,9 +317,6 @@ namespace TestShareeLib.UseCases.Startup
new SpecialFolderMock(),
null, // Cipher
Substitute.For<ILocationPermission>(),
#if ARENDI // Requires LockItArendi library.
Substitute.For<ICentral>(),
#endif
isConnectedFunc: () => true,
currentVersion: l_oAppVersion, // Current app version
lastVersion: lastVersion,
@ -365,9 +359,6 @@ namespace TestShareeLib.UseCases.Startup
new SpecialFolderMock(),
null, // Cipher
Substitute.For<ILocationPermission>(),
#if ARENDI // Requires LockItArendi library.
Substitute.For<ICentral>(),
#endif
isConnectedFunc: () => true,
currentVersion: l_oAppVersion, // Current app version<
lastVersion: l_oWhatsNewVersion); // Whats new page was never shown.