Joseph Hajjar

Results 2 issues of Joseph Hajjar

Getting this error while trying to load certain images ( some work, other don't ) moa.MoaError.notAnImageContentTypeInResponseHttpHeader Library setup method: CocoaPods. Version of the library: 11.0.1 Xcode version: 11.1 OS version....

I'm setting `android:supportsRtl="true" `in manifest and calling `setLocale("ar")`; ``` Locale locale = new Locale(lang); LocaleChanger.setLocale(locale); Intent refresh = new Intent(getContext(), MainActivity.class); getActivity().finish(); refresh.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); startActivity(refresh); ``` It's working perfectly with my...