mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +05:30
ktlint
This commit is contained in:
parent
c410c7c88f
commit
cbe70b3032
@ -60,8 +60,8 @@ class InstanceSettings : PreferenceFragmentCompat() {
|
|||||||
val jsonObject = JSONTokener(json).nextValue() as JSONObject
|
val jsonObject = JSONTokener(json).nextValue() as JSONObject
|
||||||
Log.e(TAG, jsonObject.getJSONArray("subscriptions").toString())
|
Log.e(TAG, jsonObject.getJSONArray("subscriptions").toString())
|
||||||
for (
|
for (
|
||||||
i in 0 until jsonObject.getJSONArray("subscriptions")
|
i in 0 until jsonObject.getJSONArray("subscriptions")
|
||||||
.length()
|
.length()
|
||||||
) {
|
) {
|
||||||
var url =
|
var url =
|
||||||
jsonObject.getJSONArray("subscriptions").getJSONObject(i)
|
jsonObject.getJSONArray("subscriptions").getJSONObject(i)
|
||||||
|
Loading…
Reference in New Issue
Block a user