File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/com/lukaslechner/coroutineusecasesonandroid Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,5 +50,5 @@ class MainActivity : BaseActivity() {
50
50
return itemDecorator
51
51
}
52
52
53
- override fun getToolbarTitle () = " Coroutine Usecases on Android"
53
+ override fun getToolbarTitle () = " Coroutines and Flows on Android"
54
54
}
Original file line number Diff line number Diff line change 1
1
<resources >
2
- <string name =" app_name" >Coroutine Usecases on Android</string >
2
+ <string name =" app_name" >Coroutines and Flows on Android</string >
3
3
<string name =" perform_single_network_request_on_background_thread" >Load recent Android Versions</string >
4
4
<string name =" perform_2_network_requests_sequentially" >Load Features of most recent Android Version</string >
5
5
<string name =" load_features_of_android_versions_sequentially" >Load Features of Android Versions sequentially</string >
You can’t perform that action at this time.
0 commit comments