We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a819133 commit a2fd1c5Copy full SHA for a2fd1c5
app/src/main/java/com/particlesdevs/photoncamera/app/PhotonCamera.java
@@ -232,7 +232,7 @@ private void initModules() {
232
233
mSettingsManager = new SettingsManager(this);
234
mSupportedDevice = new SupportedDevice(mSettingsManager);
235
- //mSupportedDevice.loadCheck();
+ mSupportedDevice.loadCheck();
236
237
MigrationManager.migrate(mSettingsManager);
238
app/version.properties
@@ -1,2 +1,2 @@
1
-#Thu Oct 19 10:06:36 MSK 2023
2
-VERSION_BUILD=15695
+#Thu Oct 19 10:22:28 MSK 2023
+VERSION_BUILD=15696
0 commit comments