1:修改排行榜页面,
2:修改拍卖房刷新数据 3:修改交友房刷新数据
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<application>
|
||||
<activity
|
||||
android:name="com.tencent.qcloud.tuikit.tuichat.component.imagevideobrowse.ImageVideoBrowseActivity"
|
||||
android:launchMode="singleTask"
|
||||
|
||||
android:configChanges="screenSize|keyboardHidden|orientation" />
|
||||
|
||||
<activity
|
||||
@@ -28,14 +28,14 @@
|
||||
android:screenOrientation="portrait" />
|
||||
<activity
|
||||
android:name="com.tencent.qcloud.tuikit.tuichat.classicui.page.TUIC2CChatActivity"
|
||||
android:launchMode="singleTask"
|
||||
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustNothing|stateHidden" />
|
||||
|
||||
|
||||
<activity
|
||||
android:name="com.tencent.qcloud.tuikit.tuichat.classicui.page.TUIGroupChatActivity"
|
||||
android:launchMode="singleTask"
|
||||
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustNothing|stateHidden"/>
|
||||
|
||||
@@ -60,18 +60,18 @@
|
||||
<activity
|
||||
android:name="com.tencent.qcloud.tuikit.tuichat.minimalistui.widget.messagepopmenu.ChatPopActivity"
|
||||
android:theme="@style/ChatTransparentPopActivityStyle"
|
||||
android:launchMode="singleTask"
|
||||
|
||||
android:windowSoftInputMode="adjustNothing|stateHidden" />
|
||||
|
||||
<activity
|
||||
android:name="com.tencent.qcloud.tuikit.tuichat.minimalistui.page.TUIC2CChatMinimalistActivity"
|
||||
android:launchMode="singleTask"
|
||||
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustNothing|stateHidden" />
|
||||
|
||||
<activity
|
||||
android:name="com.tencent.qcloud.tuikit.tuichat.minimalistui.page.TUIGroupChatMinimalistActivity"
|
||||
android:launchMode="singleTask"
|
||||
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustNothing|stateHidden" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user