Anish Bajpai
Anish Bajpai
Could allowing multiple pages to use the same "Select By" help with this as well? Grist allows nesting of pages (at least visually) in the sidebar. I would like to...
I was able to fix this by adding `"com.android.quickstep.RecentsActivity"` to `ignoredEventClasses` here https://github.com/flxapps/DetoxDroid/blob/8381bcff1a5cb171565e75fb6914261d5dcf2150/app/src/main/java/com/flx_apps/digitaldetox/DetoxAccessibilityService.kt#L43 Not an ideal solution. Since the recents screen is ignored, recents screen shows the grayscale state used...
While the following solution is hacky as well, it works better than modifying the sizes. I'm adding this after the view is initialized. ``` val prefixView = textInputLayout.findViewById(com.google.android.material.R.id.textinput_prefix_text) prefixView.layoutParams =...
Hi, I just tried to enable 2FA and had the same issue. Used the steps provided at https://www.techrepublic.com/article/how-to-setup-two-factor-authentication-in-linux/