forked from androidx/androidx
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move a bunch of Navigation UI tests to common. Fixes [CMP-6689](https://youtrack.jetbrains.com/issue/CMP-6689) iOS Navigation Crash Nested Graphs popBackStack ## Release Notes ### Fixes - Navigation - Fixed [CMP-6689](https://youtrack.jetbrains.com/issue/CMP-6689) iOS Navigation Crash Nested Graphs popBackStack
- Loading branch information
Showing
35 changed files
with
1,400 additions
and
1,021 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
lifecycle/lifecycle-runtime-testing/api/desktop/lifecycle-runtime-testing.api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
public final class androidx/lifecycle/testing/TestLifecycleOwner : androidx/lifecycle/LifecycleOwner { | ||
public fun <init> ()V | ||
public fun <init> (Landroidx/lifecycle/Lifecycle$State;)V | ||
public fun <init> (Landroidx/lifecycle/Lifecycle$State;Lkotlinx/coroutines/CoroutineDispatcher;)V | ||
public synthetic fun <init> (Landroidx/lifecycle/Lifecycle$State;Lkotlinx/coroutines/CoroutineDispatcher;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public final fun getCurrentState ()Landroidx/lifecycle/Lifecycle$State; | ||
public synthetic fun getLifecycle ()Landroidx/lifecycle/Lifecycle; | ||
public fun getLifecycle ()Landroidx/lifecycle/LifecycleRegistry; | ||
public final fun getObserverCount ()I | ||
public final fun handleLifecycleEvent (Landroidx/lifecycle/Lifecycle$Event;)V | ||
public final fun setCurrentState (Landroidx/lifecycle/Lifecycle$State;)V | ||
public final fun setCurrentState (Landroidx/lifecycle/Lifecycle$State;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.