Skip to content

Commit

Permalink
Fix ui issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykolomeytsev committed Sep 24, 2021
1 parent 0ab4254 commit 3d22035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
android:configChanges="layoutDirection|locale"
android:label="MainActivity"
android:launchMode="singleTask"
android:screenOrientation="fullSensor"
android:screenOrientation="fullUser"
android:theme="@style/AppTheme" />

<activity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ internal class BarsFragment : BaseFragment<BarsEvent, BarsEffect, BarsState>(),
swipeRefresh.post {
swipeRefresh.isRefreshing = state.isLoading
}
disciplineDetailsFragmentContainer?.let { it.isInvisible = state.isBrowserVisible }
returnBanner.isVisible = state.isReturnBannerVisible

// render webview
Expand Down

0 comments on commit 3d22035

Please sign in to comment.