Skip to content

Commit

Permalink
fix: Do not show waiting network in CertDetails screen (RC) (WPB-6638) (
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow committed Feb 28, 2024
1 parent 85593a6 commit d277d19
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -35,6 +35,7 @@ import com.wire.android.ui.destinations.CreatePersonalAccountOverviewScreenDesti
import com.wire.android.ui.destinations.CreateTeamAccountOverviewScreenDestination
import com.wire.android.ui.destinations.Destination
import com.wire.android.ui.destinations.E2EIEnrollmentScreenDestination
import com.wire.android.ui.destinations.E2eiCertificateDetailsScreenDestination
import com.wire.android.ui.destinations.HomeScreenDestination
import com.wire.android.ui.destinations.ImportMediaScreenDestination
import com.wire.android.ui.destinations.IncomingCallScreenDestination
Expand Down Expand Up @@ -216,6 +217,7 @@ sealed class CurrentScreen {
is MigrationScreenDestination,
is InitialSyncScreenDestination,
is E2EIEnrollmentScreenDestination,
is E2eiCertificateDetailsScreenDestination,
is RegisterDeviceScreenDestination,
is RemoveDeviceScreenDestination -> AuthRelated

Expand Down

0 comments on commit d277d19

Please sign in to comment.