Skip to content

Commit

Permalink
Make fragments tags public
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Apr 11, 2020
1 parent b2f5ac6 commit 3e7a90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ class ComponentsFragment : BaseFramesFragment<Component>() {
}

companion object {
internal const val TAG = "components_fragment"

@JvmStatic
fun create(): ComponentsFragment = ComponentsFragment()
const val TAG = "components_fragment"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class SetupFragment : BaseFramesFragment<RequiredApp>() {
}

companion object {
internal const val TAG = "RequiredAppsFragment"
const val TAG = "required_apps_fragment"

@JvmStatic
fun create(requiredApps: ArrayList<RequiredApp> = ArrayList()): SetupFragment =
Expand Down

0 comments on commit 3e7a90b

Please sign in to comment.