Rewrite EditProfileActivity in Kotlin (#525)
* rewrite EditProfileActivity in Kotlin * fix bug in MainActivity where profiles would duplicate * fix code style
This commit is contained in:
parent
0b59b8d0ac
commit
17a122b293
6 changed files with 548 additions and 579 deletions
|
@ -1,19 +0,0 @@
|
|||
package com.keylesspalace.tusky.entity;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class Profile {
|
||||
@SerializedName("display_name")
|
||||
public String displayName;
|
||||
|
||||
@SerializedName("note")
|
||||
public String note;
|
||||
|
||||
/** Encoded in Base-64 */
|
||||
@SerializedName("avatar")
|
||||
public String avatar;
|
||||
|
||||
/** Encoded in Base-64 */
|
||||
@SerializedName("header")
|
||||
public String header;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue