mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-19 03:27:29 +02:00
Version 3.0.375
This commit is contained in:
parent
2c790239cb
commit
ca080c87c0
194 changed files with 10092 additions and 10464 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue