Skip to content

Commit

Permalink
Merge pull request #6 from wada811/feature/show-article-title-on-app-…
Browse files Browse the repository at this point in the history
…bar-in-detail

DroidKaigi#31 記事画面でActionBarに記事名を表示しましょう
  • Loading branch information
wada811 authored Feb 8, 2019
2 parents ebb95fe + e4cbe9f commit c500e16
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ class StoryActivity : BaseActivity() {

if (item == null) return

title = item!!.title

val savedComments = savedInstanceState?.let { bundle ->
bundle.getString(STATE_COMMENTS)?.let { itemsJson ->
itemsJsonAdapter.fromJson(itemsJson)
Expand Down

0 comments on commit c500e16

Please sign in to comment.