Commit ca386a75 authored by Mygod's avatar Mygod

Fix styling

parent ec340cf0
...@@ -57,7 +57,6 @@ import com.google.android.gms.ads.AdSize ...@@ -57,7 +57,6 @@ import com.google.android.gms.ads.AdSize
import com.google.android.gms.ads.AdView import com.google.android.gms.ads.AdView
import net.glxn.qrgen.android.QRCode import net.glxn.qrgen.android.QRCode
import org.json.JSONArray import org.json.JSONArray
import java.io.IOException
class ProfilesFragment : ToolbarFragment(), Toolbar.OnMenuItemClickListener { class ProfilesFragment : ToolbarFragment(), Toolbar.OnMenuItemClickListener {
companion object { companion object {
......
...@@ -38,7 +38,6 @@ import java.io.Serializable ...@@ -38,7 +38,6 @@ import java.io.Serializable
import java.net.URI import java.net.URI
import java.net.URISyntaxException import java.net.URISyntaxException
import java.util.* import java.util.*
import kotlin.collections.ArrayList
@Entity @Entity
class Profile : Serializable { class Profile : Serializable {
...@@ -146,7 +145,7 @@ class Profile : Serializable { ...@@ -146,7 +145,7 @@ class Profile : Serializable {
} }
} }
} }
fun parseJson(json: String, feature: Profile? = null) : List<Profile> = fun parseJson(json: String, feature: Profile? = null): List<Profile> =
JsonParser(feature).apply { process(JSONTokener(json).nextValue()) } JsonParser(feature).apply { process(JSONTokener(json).nextValue()) }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment