Norbert Harrer

Results 8 comments of Norbert Harrer

Could it be a race condition somewhere? Because sometimes it works. Also when the exception occurs, the image is not added to the album with the name given in saveImage()....

@mubasshir no, unfortunately not. Thankfully it's not a complete show stopper, since the pictures show up in "All Photos". And I can also confirm that it starts working once iCloud...

@Vizer Until this is fixed, I remove the tooltip manually with jquery from within the destination route component where the tooltip gets stuck: public ngAfterViewInit() { $('mat-tooltip-component div:contains("Tooltiptext")').remove(); } I...

@PhilippC I just installed KeepPassDroid and tried it. Doesn't work there either. There are 4 toast messages in succession: - Biometric error - Biometric invalitated - Biometric error - Invalid...

@PhilippC I cloned the source and debugged it on my device. Adding `SetUnlockedDeviceRequired(true)` to the builder when generating the key in `BiometricModule.cs` made it work again. It looks like this:...

So just FYI, even though the modification [above ](https://github.com/PhilippC/keepass2android/issues/1964#issuecomment-1097047226) worked, I eventually did a factory reset of my phone. Now the official release of keepass2android works again. So whatever the...

Yes, the same here. Maybe I am misunderstanding the documentation. Shouldn't `sm:xxxx` apply `xxxx` to small screens only? But it seems to be the opposite. Example with primeflex 3.3.1: ```...

Please ignore my last comment. Coming from Angular Flex-Layout, that seemed to be the way it was supposed to work. But in fact, it is a mobile-first breakpoint system. I...