Skip to content

Commit

Permalink
[Jetchat] Fix regression from android#388 (android#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes authored Feb 11, 2021
1 parent 4746501 commit aef9698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ConversationFragment : Fragment() {
},
// Add padding so that we are inset from any left/right navigation bars
// (usually shown when in landscape orientation)
modifier = Modifier.navigationBarsPadding(left = true, right = true)
modifier = Modifier.navigationBarsPadding(bottom = false)
)
}
}
Expand Down

0 comments on commit aef9698

Please sign in to comment.