File tree 2 files changed +2
-3
lines changed
tray/android/src/io/github/martchus/syncthingtray
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ void handleSendText(Intent intent) {
116
116
}
117
117
}
118
118
119
- public void onCreate (Bundle savedInstanceState ) {
119
+ public void onCreate (Bundle savedInstanceState ) {
120
120
Log .i (TAG , "Creating" );
121
121
super .onCreate (savedInstanceState );
122
122
Intent intent = getIntent ();
Original file line number Diff line number Diff line change 16
16
import io .github .martchus .syncthingtray .Activity ;
17
17
import io .github .martchus .syncthingtray .SyncthingServiceBinder ;
18
18
19
- public class SyncthingService extends Service
20
- {
19
+ public class SyncthingService extends Service {
21
20
private final SyncthingServiceBinder m_binder = new SyncthingServiceBinder (this );
22
21
private static final String TAG = "SyncthingService" ;
23
22
private static SyncthingService s_instance = null ;
You can’t perform that action at this time.
0 commit comments