Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'feat/android/pull-to-refresh' of https://github.com/Zup…
Browse files Browse the repository at this point in the history
…IT/beagle into feat/android/pull-to-refresh
  • Loading branch information
paulomeurerzup committed Jun 17, 2021
2 parents 5f85137 + 45f6ba3 commit 1be3405
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class ScreenController(
private val sampleScreenTextInput: TextInputService,
private val sampleSimpleFormService: SampleSimpleFormService,
private val sampleAddChildrenService: AddChildrenService,
private val samplePullToRefreshService: SamplePullToRefreshService
private val samplePullToRefreshService: SamplePullToRefreshService,
) {
@Get(ACCESSIBILITY_SCREEN_ENDPOINT)
fun getAccessibilityView() = this.accessibilityService.createAccessibilityView()
Expand All @@ -131,7 +131,6 @@ class ScreenController(
@Get(SCREEN_BUILDER_ENDPOINT)
fun getScreenBuilder() = this.sampleScreenBuilderService.createScreenBuilder()


@Get(SCREEN_COMPONENTS_ENDPOINT)
fun getSampleComponents() = this.sampleComponentsService.getCreateSampleComponentsView()

Expand Down

0 comments on commit 1be3405

Please sign in to comment.