فهرست منبع

Fix code analytics

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 1 سال پیش
والد
کامیت
1642a5593e
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      app/src/main/java/com/nextcloud/client/files/DeepLinkHandler.kt

+ 2 - 1
app/src/main/java/com/nextcloud/client/files/DeepLinkHandler.kt

@@ -34,7 +34,8 @@ class DeepLinkHandler(
         val INDEX_PATH_GROUP_INDEX = 2
         val FILE_ID_GROUP_INDEX = 3
 
-        fun isDeepLinkTypeIsNavigation(deepLinkUrl: String): Boolean = DeepLinkConstants.navigationPaths.any { deepLinkUrl.endsWith(it) }
+        fun isDeepLinkTypeIsNavigation(deepLinkUrl: String): Boolean =
+            DeepLinkConstants.navigationPaths.any { deepLinkUrl.endsWith(it) }
     }
 
     /**