From 7c378dbdd588df4fda769f57332e04766bc15a19 Mon Sep 17 00:00:00 2001 From: Marco Romano Date: Wed, 26 Jul 2023 05:50:22 +0200 Subject: [PATCH] Remove redundant screenshots --- .../impl/show/ShowLocationStateProvider.kt | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/features/location/impl/src/main/kotlin/io/element/android/features/location/impl/show/ShowLocationStateProvider.kt b/features/location/impl/src/main/kotlin/io/element/android/features/location/impl/show/ShowLocationStateProvider.kt index 36568bc99c..84737c192b 100644 --- a/features/location/impl/src/main/kotlin/io/element/android/features/location/impl/show/ShowLocationStateProvider.kt +++ b/features/location/impl/src/main/kotlin/io/element/android/features/location/impl/show/ShowLocationStateProvider.kt @@ -69,24 +69,6 @@ class ShowLocationStateProvider : PreviewParameterProvider { appName = APP_NAME, eventSink = {}, ), - ShowLocationState( - ShowLocationState.Dialog.None, - Location(1.23, 2.34, 4f), - description = null, - hasLocationPermission = true, - isTrackMyLocation = false, - appName = APP_NAME, - eventSink = {}, - ), - ShowLocationState( - ShowLocationState.Dialog.None, - Location(1.23, 2.34, 4f), - description = null, - hasLocationPermission = true, - isTrackMyLocation = true, - appName = APP_NAME, - eventSink = {}, - ), ShowLocationState( ShowLocationState.Dialog.None, Location(1.23, 2.34, 4f),