Skip to content

Commit

Permalink
Update TestFrag
Browse files Browse the repository at this point in the history
  • Loading branch information
AsemLab committed Jul 29, 2024
1 parent ce70354 commit 390c1c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
java_version:
name: Use Java
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, 'Update')

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/com/asemlab/samples/TestFrag.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class TestFrag(private val title: String) : Fragment() {
view.setTextColor(color.getLightTextColor())
}


setColors(title, Colors.RED)
setColors(title2, Colors.YELLOW)
setColors(title3, Colors.BLUE)
Expand Down

0 comments on commit 390c1c3

Please sign in to comment.