Michał Ziobro
Michał Ziobro
I've got similar error with Firestore after unsintalling app on simulator and reinstalling it, and it happens all the time now. Before everything seems to work correctly :( I'm also...
Ok cause I am searching for reason why my standalone watchOS app is not receiving push notifications but through iOS app it is delivered to watch correctly.
OK I try to use it with Swift Package Manager on Xcode 11. As I understand I can then build this project and use this Lark to generate SOAP Client...
This seems to help with this animation, 3-dot overflow menu in action bar I have replaced by submenu and do some work around... if (isRTL() && !isRTLActionBarEnabled) { //in Right...
Yeas it must be done something like this. I have tried to use just [String] but it does throw parse error. It is a little odd syntax but can be...
I think I have replaced most things correctly. My code is here: Worker: ``` class ProposedDatesEmailWorker @Inject constructor( context: Context, workerParams: WorkerParameters, var repo: ScheduleRequestRepository ) : Worker(context, workerParams) {...
I inspected code again from the morning (fresh mind) and have found the issue I have changed this sections of code: ``` // in MyApplication.onCreate() // Dagger 2 val appComponent...
Thank you guy your blog post was very helpful for me as I have little knowledge of Dagger 2 :)