Fabrizio D'Urso
Fabrizio D'Urso
@deepakkumardk always.
@deepakkumardk noticed that this is only happening on a real device, and not happening on a virtual device. ``` NaraeImagePicker.instance.start( ActivityUtils.getTopActivity(), pickerOption, object : OnPickResultListener { override fun onSelect(resultCode: Int,...
@deepakkumardk ``` public static Activity getTopActivity() { return Utils.getActivityLifecycle().getTopActivity(); } ``` ``` val pickerOption = PickerSettingItem().apply { pickLimit = 3 viewMode = ViewMode.FolderView enableDetailMode = true uiSetting.enableUpInParentView = true }...
@deepakkumardk weird since it was working good until last week. ``` Activity getTopActivity() { if (!mActivityList.isEmpty()) { for (int i = mActivityList.size() - 1; i >= 0; i--) { Activity...