瀏覽代碼

Solve code analytics warnings

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 1 年之前
父節點
當前提交
581fe26ad4

二進制
app/screenshots/gplay/debug/com.owncloud.android.ui.dialog.DialogFragmentIT_testFileActionsBottomSheet.png


+ 1 - 0
app/src/main/java/com/nextcloud/ui/fileactions/FileActionsBottomSheet.kt

@@ -116,6 +116,7 @@ class FileActionsBottomSheet : BottomSheetDialogFragment(), Injectable {
         return binding.root
     }
 
+    // TODO It will be moved android-common library
     private fun applyTintedRoundedBackground() {
         val shape = GradientDrawable()
 

+ 1 - 1
app/src/main/res/layout/file_actions_bottom_sheet.xml

@@ -82,4 +82,4 @@
 
     </androidx.core.widget.NestedScrollView>
 
-</LinearLayout>
+</LinearLayout>