Skip to content

Commit c51b0c3

Browse files
committed
Screenshot commit
1 parent bed0d13 commit c51b0c3

File tree

5 files changed

+2
-17
lines changed

5 files changed

+2
-17
lines changed

.idea/deploymentTargetDropDown.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

Preview/PreviewGif.gif

1.13 MB
Loading

Screenshots/1.png

8.96 KB
Loading

Screenshots/2.png

7.17 KB
Loading

app/src/main/java/com/bharathvishal/textfilegeneratorbenchmark/TextFileGeneratorFragment.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ class TextFileGeneratorFragment : Fragment(), CoroutineScope by MainScope() {
8383

8484
useSingleTaskToGenerate = binding.threadTaskTypeSwitch.isChecked
8585

86+
useSingleTaskToGenerate=true
87+
8688
if (totalCount in 1..50000) {
8789
//Proceed and launch async task
8890
if (useSingleTaskToGenerate) {

0 commit comments

Comments
 (0)