Skip to content
Snippets Groups Projects
Verified Commit f34852ef authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Further cleanup

parent e1385009
Branches
No related tags found
No related merge requests found
......@@ -79,7 +79,6 @@ import org.threeten.bp.format.FormatStyle
import java.security.cert.CertificateExpiredException
import java.security.cert.CertificateNotYetValidException
import javax.inject.Inject
import javax.inject.Named
class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenceChangeListener {
@BindView(R.id.drawer_layout)
......@@ -110,7 +109,6 @@ class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenc
lateinit var ircFormatDeserializer: IrcFormatDeserializer
@Inject
@Named("ui")
lateinit var autoCompleteAdapter: AutoCompleteAdapter
lateinit var editorBottomSheet: DragInterceptBottomSheetBehavior<View>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment