Disable settings in service

This commit is contained in:
Sebastian Kaspari 2010-04-16 00:02:33 +02:00
parent be554f726a
commit e09b601d0c
1 changed files with 1 additions and 1 deletions

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