Daniel

Results 18 comments of Daniel

Options 1: not elegant .........if you use de code inside the file EmoticonGIFKeyboardFragment in the line mRootView = view.findViewById(R.id.root_view); --->>>>>> after add mRootView.setVisibility(View.GONE); options 2: inside xml fragment_emoticon_gif_keyboard add inside...

@Abishekt97 Hi , It worked for me to obtain the historial, I have to review it .. there we could talk about it and help us too

I solved the problem with this (https://github.com/robbiehanson/XMPPFramework/issues/793)] **add this un the info.plist** `NSAppTransportSecurity NSExceptionDomains localhost NSTemporaryExceptionAllowsInsecureHTTPSLoads NSIncludesSubdomains NSTemporaryExceptionAllowsInsecureHTTPLoads NSTemporaryExceptionMinimumTLSVersion 1.0 NSTemporaryExceptionRequiresForwardSecrecy ` **and add this inside code the project** `...

that show this issue java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState

**** I add this line binding.cropView.post(Runnable { binding.cropView.setBitmap(it.bitmap) })

I add this and not work whe push apply ``` binding.floatingActionButton.setOnClickListener{ if (exifRotation == 0) { exifRotation = 90 } else if (exifRotation == 90) { exifRotation = 180 }...

I add the code for the option rotation in result ``` private var exifRotation: Float = 0f binding.imageBtnRotation.setOnClickListener{ if (exifRotation == 0f) { exifRotation = 90f } else if (exifRotation...

I use this and work good, its a idea ` let verticalContentOffset = tableView.contentOffset.y; let selectedIndex = self.replyInfoPost.positionChild _currentlyDisplayed.insert(com, at: selectedIndex) var indexPaths: [IndexPath] = [] indexPaths.append(IndexPath(row: selectedIndex, section: 0))...

@alirezaafkar sorry I'm wrong..... @HotBitmapGG hello!!. Do you have the plan to convert the library to kotlin???