Skip to content

Commit

Permalink
test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mrZizik committed Oct 19, 2023
1 parent e74407a commit 0b8245b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ dependencies {
implementation project(":feature_blockexplorer_impl")
implementation project(":feature_sora_card_api")
implementation project(":feature_sora_card_impl")
implementation project(":feature_ecosystem_api")
implementation project(":feature_ecosystem_impl")
implementation project(":sorasubstrate")
implementation project(":soracrypro")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ buildscript {
compose : '1.5.3',
composeCompiler : '1.5.3',
composeConstraintLayout: '1.1.0-alpha05',
uiCore : '0.2.9',
uiCore : '0.2.10',
soraCard : '0.1.57',
lazySodium : '5.0.2',
jna : '5.8.0',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,13 @@ fun Toolbar(
backgroundColor = backgroundColor,
tint = tintColor,
onNavigate = onNavClick,
onNavigateTestTag = "jp.co.soramitsu.sora.develop:id/OnNavigate",
onAction = onActionClick,
onActionTestTag = "jp.co.soramitsu.sora.develop:id/OnAction",
onMenuItemClicked = onMenuItemClick,
onMenuItemClickedTestTag = "jp.co.soramitsu.sora.develop:id/OnMenuItem",
onSearch = onSearch,
onSearchTestTag = "jp.co.soramitsu.sora.develop:id/OnSearch",
)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class DebugMenuFragment : SoraBaseFragment<DebugMenuViewModel>() {
val dm = remember {
activity?.getSize()
}

val pushState = NewHistoryEventsWorker.getInfo(requireContext()).observeAsState().value
val pushEnabled =
(pushState != null) && (pushState.size > 0) && ((pushState[0].state == WorkInfo.State.RUNNING) || (pushState[0].state == WorkInfo.State.ENQUEUED))
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ include ':feature_polkaswap_impl'
include ':feature_assets_api'
include ':feature_assets_impl'

include ':feature_ecosystem_api'
include ':feature_ecosystem_impl'

include ':android-foundation'
Expand Down

0 comments on commit 0b8245b

Please sign in to comment.