Skip to content

Commit

Permalink
Solved code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Sep 16, 2024
1 parent 6afebe6 commit 2ecb6b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ class TopicLessonsFragmentTest {

scenario.recreate()

scenario.onActivity { activity->
scenario.onActivity { activity ->
val topicFragment = activity.supportFragmentManager
.findFragmentById(R.id.topic_fragment_placeholder) as TopicFragment
val viewPager = topicFragment.requireView()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ class TopicPracticeFragmentTest {

scenario.recreate()

scenario.onActivity { activity->
scenario.onActivity { activity ->
val topicFragment = activity.supportFragmentManager
.findFragmentById(R.id.topic_fragment_placeholder) as TopicFragment
val viewPager = topicFragment.requireView()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ class TopicRevisionFragmentTest {
val topicRevisionFragment = topicFragment.childFragmentManager
.findFragmentByTag("f${viewPager.currentItem}") as TopicRevisionFragment

val receivedInternalProfileId = topicRevisionFragment.
arguments?.extractCurrentUserProfileId()?.internalId ?: -1
val receivedInternalProfileId = topicRevisionFragment
.arguments?.extractCurrentUserProfileId()?.internalId ?: -1
val args = topicRevisionFragment.arguments?.getProto(
TopicRevisionFragment.TOPIC_REVISION_FRAGMENT_ARGUMENTS_KEY,
TopicRevisionFragmentArguments.getDefaultInstance()
Expand Down

0 comments on commit 2ecb6b2

Please sign in to comment.