Use none instead of null.
This commit is contained in:
parent
a2e6c58fae
commit
7d29fa9be9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class EnsichatActivity extends AppCompatActivity with ServiceConnection {
|
|||
}
|
||||
|
||||
override def onServiceDisconnected(componentName: ComponentName) =
|
||||
chatService = null
|
||||
chatService = None
|
||||
|
||||
/**
|
||||
* Calls l as soon as [[ChatService]] first becomes available.
|
||||
|
|
Reference in a new issue