Skip to content

Commit a2fd1c5

Browse files
committed
Added loadcheck
1 parent a819133 commit a2fd1c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/java/com/particlesdevs/photoncamera/app/PhotonCamera.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ private void initModules() {
232232

233233
mSettingsManager = new SettingsManager(this);
234234
mSupportedDevice = new SupportedDevice(mSettingsManager);
235-
//mSupportedDevice.loadCheck();
235+
mSupportedDevice.loadCheck();
236236

237237
MigrationManager.migrate(mSettingsManager);
238238

app/version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Thu Oct 19 10:06:36 MSK 2023
2-
VERSION_BUILD=15695
1+
#Thu Oct 19 10:22:28 MSK 2023
2+
VERSION_BUILD=15696

0 commit comments

Comments
 (0)