Skip to content

Commit

Permalink
[NavigationView] Fix subheaderInsetEnd setter
Browse files Browse the repository at this point in the history
Resolves #2979
Resolves #2975
Resolves #2976

GIT_ORIGIN_REV_ID=47659c14a2bc72f5c383e3b59dd9d45b60f6af95
PiperOrigin-RevId: 475868928
  • Loading branch information
pubiqq authored and pekingme committed Sep 22, 2022
1 parent 4a1e6bc commit 88c448e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -911,7 +911,7 @@ public int getSubheaderInsetEnd() {
* Set the distance between the end of a menu subheader and the end of the NavigationView.
*/
public void setSubheaderInsetEnd(@Px int subheaderInsetEnd) {
presenter.setSubheaderInsetStart(subheaderInsetEnd);
presenter.setSubheaderInsetEnd(subheaderInsetEnd);
}

private MenuInflater getMenuInflater() {
Expand Down

0 comments on commit 88c448e

Please sign in to comment.