Skip to content

Commit

Permalink
Update android.yml to delete .cxx (euphony-io#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
zion830 committed Sep 5, 2022
1 parent 627b303 commit c402efb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
java-version: 11

- name: Delete .cxx
uses: rm -r euphony/.cxx

- name: Run Android Tests
if: steps.changes.outputs.ui == 'true'
uses: reactivecircus/android-emulator-runner@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class TxRxCheckerViewModel(
private val rxManager: EuRxManager
) : ViewModel() {


private val _isProcessing = MutableStateFlow(false)
val isProcessing: StateFlow<Boolean> = _isProcessing

Expand Down

0 comments on commit c402efb

Please sign in to comment.