Adhiambo Peres
Adhiambo Peres
I have been getting the same exception since migrating to realm 10.3.0 **Implementation** ``` class App : Application() { override fun onCreate() { super.onCreate() val realmConfiguration: RealmConfiguration = RealmConfiguration.Builder() .name(App.instance.getString(R.string.app_name))...
I am seeing this in v10.3.0. i updated from realm v10.2.0 @edualonso
Thanks @vernazza , I'll try this fix and update if it helps
I am not able to reproduce this issue on a physical device or an emulator. Tested with a 6.67” physical device, 5.6” Pixel 3a emulator, 5.0” Pixel 2 emulator @BenHenning
> @adhiamboperes do you have a screenshot to show that this isn't an issue any longer? @BenHenning , here are some screenshots: |Physical Device, 6.67", Android 11|Emulator, 5.6", Android 10|Emulator,...
For the concept card explanation text in `concept_card_fragment.xml`, the images are no longer truncated as this was resolved in #4669 |5.6", dev|6.7", beta| |---|---| |||
I checked this since it is a similar issue to the other image cropping issues. I took these screenshots from the **playstore beta version** on a device with similar specs...
This has been fixed. We redesigned the Topic page so that we have only lessons and revision tabs by default.
This is not a priority at the moment as the profile page is getting a redesign.
For Fragment and Activity arguments, we are moving over to protos so the wiki should refllect that.