1
0
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:
Sebastian Kaspari 2010-04-16 00:02:33 +02:00
parent be554f726a
commit e09b601d0c

View File

@ -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());
}
/**