From bcd6826099e1c8c2e3caf3cdcfe0fcbde3bedee9 Mon Sep 17 00:00:00 2001 From: AndroidDeveloperLB <770a7b267eea965d54b6c8152f2e6ed21660d076> Date: Wed, 31 Mar 2021 20:11:30 +0300 Subject: [PATCH 1/4] Added "fun" to Kotlin interfaces when possible --- .idea/codeStyles/Project.xml | 2 +- .../src/main/java/com/canhub/cropper/CropImageView.kt | 10 +++++----- .../main/java/com/canhub/cropper/CropOverlayView.kt | 2 +- .../crop_image_view/domain/SCropImageViewContract.kt | 6 +----- .../sample/extend_activity/domain/SExtendContract.kt | 3 --- .../options_dialog/app/SOptionsDialogBottomSheet.kt | 9 +++++---- .../sample/options_dialog/domain/SOptionsContract.kt | 3 --- 7 files changed, 13 insertions(+), 22 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 36c5e5cc..e4bcaecd 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -3,7 +3,7 @@