api refactored and cleaned

This commit is contained in:
2021-08-31 16:28:06 +03:00
parent b09ae2049c
commit cb25112e83
7 changed files with 23 additions and 86 deletions
@@ -11,7 +11,7 @@ import com.meloda.fast.util.AndroidUtils
import org.json.JSONArray
import org.json.JSONObject
// TODO: 8/31/2021 rewrite
// TODO: 8/31/2021 rewrite, use job
@Deprecated("Absolutely obsolete")
class LongPollService : Service() {
private var thread: Thread? = null
@@ -19,7 +19,6 @@ class LongPollService : Service() {
override fun onCreate() {
super.onCreate()
running = false
// thread = LowThread(Updater())