mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 18:59:12 +03:00
Convert to internal Kotlin class
This commit is contained in:
parent
15597eb041
commit
abf763f454
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue