Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Navigation Component not working #88

Description

I am using this library with navigation component, all the actions navigate and pop fragments are controlled by navigation component.
In the base fragment class, i add this code into onResume method:

  var slidrInterface: SlidrInterface? = null
  
      override fun onResume() {
          super.onResume()
          if (slidrInterface == null) slidrInterface = Slidr.replace(
              requireView().findViewById(R.id.content_container),
              SlidrConfig.Builder().position(SlidrPosition.LEFT).build()
          )
      }

but when i run app, nothing happends
also, i followed the instructions here: https://github.com/r0adkll/Slidr/pull/51/files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions