TBog
TBog
I am the developer of [Tinybit Launcher](https://github.com/TBog/TBLauncher) If you have the fullscreen decor flag and a hidden keyboard you can make the navigation bar and the notification bar go away....
I'm not sure I can write Kotlin so a PR is unlikely but I'll link to some relevant code from my launcher. `int flags = View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View.SYSTEM_UI_FLAG_LAYOUT_STABLE;` If you...
relevant code: https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-7.0.0_r36/core/java/android/widget/Editor.java because `android.widget.Editor$SelectionModifierCursorController` is accessing `mTextView.mTextSelectHandleLeftRes` some changes to `Utilities.setTextSelectHandle` from `app/src/main/java/rocks/tbog/tblauncher/utils/Utilities.java` need to be made for this to work
long touch the desired button then choose `Make default action` or choose `Reset default action` to open the contact info
@JayKx did my previous comment help? Could you post a screenshot of the prompt?
> When Link keyboard to search bar visibility is turned on, pressing back button doesn't work. What do you expect to happen? Is the keyboard visible? I think the back...
> I'm expecting same, back key should close keyboard. I'm not sure what happens on your device, but on mine the back button changes to a close keyboard button when...
@dependabot rebase
Let's blame the color chooser for this. See https://github.com/ohmae/color-chooser/issues/3
It may be a permission thing. I don't have a phone with miui to test. Can you at least provide a logcat?