Skip to content

Commit f071206

Browse files
Refactoring
1 parent 50d7c4c commit f071206

File tree

1 file changed

+1
-0
lines changed
  • omegatypes/src/main/java/com/omega_r/libs/omegatypes

1 file changed

+1
-0
lines changed

omegatypes/src/main/java/com/omega_r/libs/omegatypes/Image.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import java.io.*
1616
open class Image : Serializable {
1717

1818
open fun preload(context: Context) {
19+
// nothing
1920
}
2021

2122
open fun applyImage(imageView: ImageView, placeholderResId: Int = 0) {

0 commit comments

Comments
 (0)