File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
app/src/main/java/com/googleresearch/capturesync Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ public CSVLogger getLogger() {
211
211
private Button phaseAlignButton ;
212
212
private Button makeFocusButton ;
213
213
private Button unlockFocusButton ;
214
- private TextView focusDistanceTextView ;
215
214
private SeekBar exposureSeekBar ;
216
215
private SeekBar sensitivitySeekBar ;
217
216
private TextView statusTextView ;
@@ -644,7 +643,6 @@ private void setLeaderClientControls(boolean isLeader) {
644
643
captureStillButton .setVisibility (View .VISIBLE );
645
644
phaseAlignButton .setVisibility (View .VISIBLE );
646
645
makeFocusButton .setVisibility (View .VISIBLE );
647
- focusDistanceTextView .setVisibility (View .VISIBLE );
648
646
649
647
getPeriodButton .setVisibility (View .VISIBLE );
650
648
exposureSeekBar .setVisibility (View .VISIBLE );
@@ -790,7 +788,6 @@ public void onStopTrackingTouch(SeekBar seekBar) {
790
788
exposureSeekBar .setVisibility (View .INVISIBLE );
791
789
sensitivitySeekBar .setVisibility (View .INVISIBLE );
792
790
makeFocusButton .setVisibility (View .INVISIBLE );
793
- focusDistanceTextView .setVisibility (View .VISIBLE );
794
791
795
792
captureStillButton .setOnClickListener (null );
796
793
phaseAlignButton .setOnClickListener (null );
You can’t perform that action at this time.
0 commit comments