Skip to content

Commit 3d22035

Browse files
Fix ui issues
1 parent 0ab4254 commit 3d22035

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
android:configChanges="layoutDirection|locale"
3333
android:label="MainActivity"
3434
android:launchMode="singleTask"
35-
android:screenOrientation="fullSensor"
35+
android:screenOrientation="fullUser"
3636
android:theme="@style/AppTheme" />
3737

3838
<activity

modules/feature_bars/src/main/java/kekmech/ru/bars/screen/main/BarsFragment.kt

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ internal class BarsFragment : BaseFragment<BarsEvent, BarsEffect, BarsState>(),
137137
swipeRefresh.post {
138138
swipeRefresh.isRefreshing = state.isLoading
139139
}
140+
disciplineDetailsFragmentContainer?.let { it.isInvisible = state.isBrowserVisible }
140141
returnBanner.isVisible = state.isReturnBannerVisible
141142

142143
// render webview

0 commit comments

Comments
 (0)