mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-26 19:02:17 -05:00
Disable settings in service
This commit is contained in:
parent
be554f726a
commit
e09b601d0c
@ -75,7 +75,7 @@ public class IRCService extends Service
|
||||
|
||||
this.connections = new HashMap<Integer, IRCConnection>();
|
||||
this.binder = new IRCBinder(this);
|
||||
this.settings = new Settings(getApplicationContext());
|
||||
//this.settings = new Settings(this.getApplicationContext());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user