Skip to content

Commit 54e9c43

Browse files
committed
Removed unnecessary executePendingTransactions()
Signed-off-by: Philipp Hasper <vcs@hasper.info>
1 parent 49398db commit 54e9c43

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/androidTest/java/com/owncloud/android/ui/fragment/OCFileListFragmentStaticServerIT.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,7 @@ class OCFileListFragmentStaticServerIT : AbstractIT() {
437437
activity.supportFragmentManager.executePendingTransactions()
438438

439439
fragment.listDirectory(testFolder, false)
440-
activity.supportFragmentManager.executePendingTransactions()
441440
fragment.onFileActionChosen(R.id.action_move_or_copy, setOf(testFile))
442-
activity.supportFragmentManager.executePendingTransactions()
443441
}
444442
// Check that the FolderPickerActivity was opened
445443
intended(hasComponent(FolderPickerActivity::class.java.canonicalName))

0 commit comments

Comments
 (0)