Skip to content

Commit e8f3de3

Browse files
committed
fixed bug associated with the first authorization
1 parent ee3c954 commit e8f3de3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/space/dotcat/assistant/api/ApiFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ public static void recreate(){
119119
sClient = null;
120120

121121
sClient = getClient();
122-
sService = getApiService();
122+
sService = buildRetrofit().create(ApiService.class);
123123
}
124124
}

0 commit comments

Comments
 (0)