Skip to content
Snippets Groups Projects
Commit 13f682de authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Removed unused code

parent 19bc4d11
Branches
No related tags found
No related merge requests found
package io.xxlabs.messenger
import android.app.Application
import io.xxlabs.messenger.config.ClientBridge
import io.xxlabs.messenger.config.DefaultClient
class MessengerApp : Application() {
val clientBridge: ClientBridge by lazy {
DefaultClient()
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment