@@ -2686,6 +2688,8 @@ public class MainActivity extends AppCompatActivity implements PreferenceFragmen
//setWindowFlagsForSettings(false); // set set_lock_protect to false - no need to protect this dialog with lock screen (fine to run above lock screen if that option is set)
//showAlert(alertDialog.create());
AlertDialogdialog=alertDialog.create();
if(MyDebug.LOG)
Log.d(TAG,"clickedSwitchMultiCamera: time after dialog create: "+(System.currentTimeMillis()-debug_time));
if(preview.hasPhysicalCameras()){
TextViewfooter=newTextView(this);
footer.setText(R.string.physical_cameras_info);
@@ -2693,10 +2697,14 @@ public class MainActivity extends AppCompatActivity implements PreferenceFragmen
finalintpadding=(int)(5*scale+0.5f);// convert dps to pixels