material-components / material-components/material-components-android

BottomNavigationView: First Fragment onStart() Not Called on Startup in Material 1.13.0

Open
#4,931 0 comments 0 reactions 1 assignee View on GitHub

@imhappi is already working on this.

Since Sep 15, 2025.

bug Widget: BottomNavigation
Dominant language
Java
Stars
17.4k
Forks
3.2k
PR merge metrics
No merged PRs in 30d

Description

### Description
After upgrading to `com.google.android.material:material:1.13.0`, the first fragment (start destination) in a `BottomNavigationView` setup with multiple navigation graphs does not trigger `onStart()` on app startup(just onCreate triggres). Switching to another tab and returning to the first fragment triggers `onStart()` correctly. Downgrading to `1.12.0` resolves the issue, indicating a regression in `1.13.0`.

### Expected Behavior
The start destination fragment’s `onStart()` should be called on app startup when the `BottomNavigationView` loads the first nav graph.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.