Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 917e4275 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Merge branch '1599-update_nav_library' into 'main'

Issue 1599: update nav library

See merge request !381
parents e2dd1688 05fc8181
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ dependencies {
    implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.2"

    // Navigation Components
    def navigation_version = "2.5.3"
    def navigation_version = "2.6.0"
    implementation "androidx.navigation:navigation-fragment-ktx:$navigation_version"
    implementation "androidx.navigation:navigation-ui-ktx:$navigation_version"

+2 −1
Original line number Diff line number Diff line
@@ -772,7 +772,8 @@ class ApplicationFragment : TimeoutFragment(R.layout.fragment_application) {
                if (fusedApp.is_pwa) {
                    pwaManagerModule.launchPwa(fusedApp)
                } else {
                    startActivity(pkgManagerModule.getLaunchIntent(fusedApp.package_name))
                    val launchIntent = pkgManagerModule.getLaunchIntent(fusedApp.package_name)
                    launchIntent?.run { startActivity(this) }
                }
            }
        }