Commit bd38ebcb authored by Lucio Maciel's avatar Lucio Maciel

IntDef expects Ints

parent c7a33414
...@@ -2,8 +2,8 @@ package chat.rocket.android.chatroom.adapter ...@@ -2,8 +2,8 @@ package chat.rocket.android.chatroom.adapter
import android.support.annotation.IntDef import android.support.annotation.IntDef
const val PEOPLE = 0L const val PEOPLE = 0
const val ROOMS = 1L const val ROOMS = 1
@Retention(AnnotationRetention.SOURCE) @Retention(AnnotationRetention.SOURCE)
@IntDef(value = [PEOPLE, ROOMS]) @IntDef(value = [PEOPLE, ROOMS])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment