aximut

Results 21 comments of aximut

I agree with this, this is counter-intuitive to what an average user would probably assume.

I like this approach of fixing #814. Can it be merged?

Hey, what's the state on this? Did the React UI of pedrorambo ever get merged? Even in an uncompleted state, I would love to see this in ZM (maybe only...

See https://github.com/software-mansion/react-native-reanimated/issues/2994#issuecomment-1211247103 Add to babel ``` const compileNodeModules = [ // Add every react-native package that needs compiling 'react-native-draggable-flatlist', ... ``` and ``` use: [ { loader: 'babel-loader', options: {...

Maybe also check [if my approach here helps](https://github.com/react-navigation/react-navigation/issues/7756#issuecomment-1094071485)

Just built your branch on [GitHub actions](https://github.com/aximut/android_packages_apps_GmsCore/actions/runs/8561696321). Using the debug build. Getting the following logcat when clicking on the account settings screen (only relevant parts filtered). Basically a short spinner...

Just started further investigation and apparently for me the function returns here: ``` if (!it.containsKey(GcmConstants.EXTRA_REGISTRATION_ID)) { return null

I have device registration and GCM both enabled. For device registration, I can see my Android ID in the microG app. GCM I set to "confirm new apps".