Skip to content

Commit

Permalink
初回
Browse files Browse the repository at this point in the history
  • Loading branch information
takusan23 committed May 16, 2020
1 parent d1f6658 commit 30c0ef1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ class MainActivity : AppCompatActivity() {
noteAPI.notesCreate(statusText, postVisibility).await()
}
}
println(response.body?.string())
// 帰ってきたらUIスレッドに戻る
if (response.isSuccessful) {
showSnackBar(getString(R.string.post_ok))
Expand Down

0 comments on commit 30c0ef1

Please sign in to comment.