-
### Description
### I'm using [SystemNavigationBar](https://www.npmjs.com/package/react-native-system-navigation-bar) to hide my status and activity bars, in order to be able to use the full screen f…
-
Call for suggestions!
What are base classes needed?
- `AppActivity`: global router, deep-links handler, back button handler
- `BaseFragment`: clear life-cycle, back button handler
- `FlowFragme…
-
Hello,
Residemenu measuring whole size of screen for rendering menu effect so it is not showing properly on those device have soft keys (home,back,recent) other then it is working as expected. I gues…
-
I changed fitSystemWindows() code with the latest update. It works fine with other devices. However, it creates a black container at the bottom of the device. How can I prevent this to happen?
The up…
-
We are trying to implement Giphy into our messaging app, having very limited success so far.
The main issue is that templates (`GiphyDialogFragment`, `GiphyDialogView`) refuse to play nicely with es…
-
In version 1.4.0 and 1.4.1 i get an "Composables should only be emit from one source" error for following code that is very close to the correct implementation described in https://android.googlesourc…
-
### Steps to reproduce
1. Long tap on a message
2. Observe the pretty context menu
3. The menu however has Android's switcher/home/back softbuttons overlaid at the bottom, which feels like a nast…
ara4n updated
10 months ago
-
Please add an paginated layout to make it look more like an ordinary book :) Great work!
-
@OptIn\(ExperimentalFoundationApi::class\)
@Composable
internal fun BoxWithConstraintsScope\.GenerationResultFooter\(
modifier: Modifier \= Modifier,
generationResultController: GenerationResultCo…
-
I am trying to follow this step in here https://developer.android.com/codelabs/exoplayer-intro#2
but when I implement `hideSystemUi` method in Kotlin. then code seems deprecated
like this https://…