Yuya Matsuo

Results 12 comments of Yuya Matsuo

is there any plan to support this feature?

`jcenter()` is now deprecated. Is there any alternative repository for 5.6.0 or later ?

Oh! I found that 5.6.2 exists and can be downloaded from `mavenCentral()`. I didn't notice it because release is not created. https://github.com/line/line-sdk-android/releases Thanks!

I love you!!

I added these css and set `gridOptions.rowTemplate`. ```css .ui-grid-row-selected { background-color: #c9dde1 !important; } ``` ```js rowTemplate: ` ` ``` `ng-class=" { 'ui-grid-row-selected': row.isSelected }"` is important.

I have reverted these libraries (appcompat was already 1.4.2) - activity to 1.5.0 - fragment to 1.5.0 - lifecycle to 2.5.0 - navigation to 2.5.0 it works.

> seems to be fixed. [d7d4e0d](https://github.com/facebook/facebook-android-sdk/commit/d7d4e0d241ea4f9e7035fb12b87b249a10e9af36) https://github.com/facebook/facebook-android-sdk/releases/tag/sdk-version-14.1.0 > > I will close it when others can confirm it. Please report. d7d4e0d is contained in **14.1.1** not 14.1.0 https://github.com/facebook/facebook-android-sdk/releases/tag/sdk-version-14.1.1

https://github.com/xmartlabs/XLPagerTabStrip/issues/537#issuecomment-387295788 almost works fine. But `viewDidLayoutSubviews` is called while navigating to other ViewControllers too. So I wrote: ```swift private var initialized = false override func viewDidLayoutSubviews() { super.viewDidLayoutSubviews() if initialized...