Convert to internal Kotlin class
This commit is contained in:
parent
15597eb041
commit
abf763f454
@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.matrix.android.sdk.internal.database.model;
|
package org.matrix.android.sdk.internal.database.model
|
||||||
|
|
||||||
public enum RoomMembersLoadStatusType {
|
internal enum class RoomMembersLoadStatusType {
|
||||||
NONE,
|
NONE,
|
||||||
LOADING,
|
LOADING,
|
||||||
LOADED
|
LOADED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user