We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a226736 commit 685623eCopy full SHA for 685623e
app/src/main/res/layout/activity_exceptionhandling.xml
@@ -36,14 +36,6 @@
36
android:layout_marginBottom="16dp"
37
android:text="Show Results even when Child Coroutine Fails (Try/Catch)" />
38
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
-
47
<ProgressBar
48
android:id="@+id/progressBar"
49
android:layout_width="wrap_content"
0 commit comments