Convert to internal Kotlin class

This commit is contained in:
Benoit Marty 2020-12-18 16:10:36 +01:00
parent 15597eb041
commit abf763f454

View file

@ -14,9 +14,9 @@
* 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,
LOADING,
LOADED