Skip to content

Commit

Permalink
[Twitter] そんなに問題なさそうなのでDMタブのリロードを解禁
Browse files Browse the repository at this point in the history
refs #260
  • Loading branch information
shibafu528 committed Jul 16, 2019
1 parent 55a2e24 commit 4ebe1c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ open class TimelineFragment : ListYukariBaseFragment(),

override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
when (mode) {
TabType.TABTYPE_TRACE, TabType.TABTYPE_DM ->
TabType.TABTYPE_TRACE ->
return super.onCreateView(inflater, container, savedInstanceState)
}
val v = inflater.inflate(R.layout.fragment_swipelist, container, false)
Expand Down

0 comments on commit 4ebe1c9

Please sign in to comment.