Vicky Lin
Vicky Lin
Hi, has the problem been solved? I also have a situation where clearFocus() does not work on the IOS physical devices. @tneotia
https://user-images.githubusercontent.com/32004335/146163806-1aa42660-c53b-40a9-be59-5eb64b97b85d.MP4 https://user-images.githubusercontent.com/32004335/146163826-1136ef30-a22b-49d4-b990-e642eb0dcf76.mp4
> Hi! Can you show me your database class? It's the one annotated with `@Database`. ``` @Database(version: 2, entities: [Entity]) abstract class AppDatabase extends FloorDatabase { Dao get dao; }...