Skip to content

Commit

Permalink
Update dependency androidx.fragment:fragment from 1.6.2 to 1.7.0 (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Róbert Papp (TWiStErRob) <[email protected]>
  • Loading branch information
renovate[bot] and TWiStErRob authored May 3, 2024
1 parent 47f888b commit a889718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ public void updateToolbarVisibility() {
return true;
}

@SuppressWarnings("deprecation") // TODO https://github.com/TWiStErRob/net.twisterrob.travel/issues/170
@Override public void onBackPressed() {
if (drawers.isDrawerOpen(GravityCompat.START) || drawers.isDrawerOpen(GravityCompat.END)) {
drawers.closeDrawers();
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kxml2 = "2.3.0"
sqlite-jdbc = "3.45.3.0"

androidx-swiperefreshlayout = "1.1.0"
androidx-fragment = "1.6.2"
androidx-fragment = "1.7.0"

slf4j = "2.0.13"
# https://logging.apache.org/log4j/2.x/release-notes.html
Expand Down

0 comments on commit a889718

Please sign in to comment.