File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed
Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import java.io.File
1515/* *
1616 * Created by AMIT JANGID on 18/02/2019.
1717**/
18+ @Suppress(" NON_EXHAUSTIVE_WHEN" )
1819class ImagePickerActivity : FragmentActivity ()
1920{
2021 private lateinit var mCropProvider: CropProvider
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import java.io.File
1515/* *
1616 * Created by AMIT JANGID on 18/02/2019.
1717**/
18+ @Suppress(" UNUSED_PARAMETER" )
1819class CameraProvider (activity : ImagePickerActivity ) : BaseProvider(activity)
1920{
2021 companion object
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import java.io.IOException
1616/* *
1717 * Created by AMIT JANGID on 18/02/2019.
1818**/
19+ @Suppress(" UNUSED_PARAMETER" )
1920class CropProvider (activity : ImagePickerActivity ) : BaseProvider(activity)
2021{
2122 companion object
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import java.io.IOException
99/* *
1010 * Created by AMIT JANGID on 18/02/2019.
1111**/
12+ @Suppress(" DEPRECATION" )
1213object ImageUtil
1314{
1415 @Throws(IOException ::class )
Original file line number Diff line number Diff line change 6868 <!-- Prompt dialog colors -->
6969
7070 <color name =" red_btn_bg_color" >#DD6B55</color >
71+ <color name =" blue_btn_bg_color1" >#87D1F5</color >
72+ <color name =" error_stroke_color" >#F27474</color >
7173 <color name =" success_stroke_color" >#A5DC86</color >
74+ <color name =" warning_stroke_color" >#F8BB86</color >
75+ <color name =" sweet_dialog_bg_color" >#FFFFFF</color >
7276 <color name =" red_btn_bg_pressed_color" >#CD5B55</color >
77+ <color name =" blue_btn_bg_pressed_color1" >#6FB4CA</color >
78+ <color name =" trans_success_stroke_color" >#33A5DC86</color >
7379
7480</resources >
You can’t perform that action at this time.
0 commit comments