Compare commits
2 Commits
peko_relea
...
peko_relea
Author | SHA1 | Date | |
---|---|---|---|
![]() |
842bf98958 | ||
![]() |
f110a47c0e |
@@ -19,7 +19,7 @@ class RoomBannerTabAdapter :
|
|||||||
|
|
||||||
private var selectedPosition = -1
|
private var selectedPosition = -1
|
||||||
override fun convert(helper: BaseViewHolder, item: RoomIcon?) {
|
override fun convert(helper: BaseViewHolder, item: RoomIcon?) {
|
||||||
helper.getView<ImageView>(R.id.iv_content).load(item?.icon)
|
helper.getView<ImageView>(R.id.iv_content).load(item?.url)
|
||||||
convertState(helper, item)
|
convertState(helper, item)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -31,8 +31,8 @@ COMPILE_SDK_VERSION=33
|
|||||||
MIN_SDK_VERSION=21
|
MIN_SDK_VERSION=21
|
||||||
TARGET_SDK_VERSION=33
|
TARGET_SDK_VERSION=33
|
||||||
|
|
||||||
version_name=2.5.0
|
version_name=2.6.1
|
||||||
version_code=2500
|
version_code=2601
|
||||||
|
|
||||||
#systemProp.https.proxyHost=127.0.0.1
|
#systemProp.https.proxyHost=127.0.0.1
|
||||||
#systemProp.https.proxyPort=7890
|
#systemProp.https.proxyPort=7890
|
Reference in New Issue
Block a user