more fixes

This commit is contained in:
2024-07-16 07:43:08 +03:00
parent c8b1d72f08
commit a696425dc8
52 changed files with 113 additions and 251 deletions
-4
View File
@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>
@@ -1,4 +1,4 @@
package dev.meloda.fast.model;
package dev.meloda.fast.model
enum class ApiEvent(val value: Int) {
MESSAGE_SET_FLAGS(2),
@@ -1,4 +1,4 @@
package dev.meloda.fast.model.api;
package dev.meloda.fast.model.api
enum class PeerType(val value: String) {
USER("user"),