Skip to content

Commit 685623e

Browse files
Remove button in UseCase#13
1 parent a226736 commit 685623e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/src/main/res/layout/activity_exceptionhandling.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@
3636
android:layout_marginBottom="16dp"
3737
android:text="Show Results even when Child Coroutine Fails (Try/Catch)" />
3838

39-
<Button
40-
android:id="@+id/btnShowResultsEvenIfChildCoroutineFailsRunCatching"
41-
android:layout_width="match_parent"
42-
android:layout_height="wrap_content"
43-
android:layout_marginTop="16dp"
44-
android:layout_marginBottom="16dp"
45-
android:text="Show Results even when Child Coroutine Fails (runCatching)" />
46-
4739
<ProgressBar
4840
android:id="@+id/progressBar"
4941
android:layout_width="wrap_content"

0 commit comments

Comments
 (0)