File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
codec2talkie/src/main/java/com/radio/codec2talkie Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 62
62
import com .radio .codec2talkie .settings .SettingsActivity ;
63
63
import com .radio .codec2talkie .storage .message .group .MessageGroupActivity ;
64
64
import com .radio .codec2talkie .tools .AudioTools ;
65
- import com .radio .codec2talkie .tools .FlashLight ;
66
65
import com .radio .codec2talkie .tools .RadioTools ;
67
66
import com .radio .codec2talkie .transport .TransportFactory ;
68
67
import com .radio .codec2talkie .connect .UsbConnectActivity ;
@@ -688,9 +687,8 @@ public boolean onKeyUp(int keyCode, KeyEvent event) {
688
687
public boolean onTouch (View v , MotionEvent event ) {
689
688
switch (event .getAction ()) {
690
689
case MotionEvent .ACTION_DOWN :
691
- if (_appService != null ) {
690
+ if (_appService != null )
692
691
_appService .startTransmit ();
693
- }
694
692
break ;
695
693
case MotionEvent .ACTION_UP :
696
694
v .performClick ();
You can’t perform that action at this time.
0 commit comments