Or Dvir
Or Dvir
@danikula 2.3.1
@danikula any idea why im getting these exception? what should i do?
@kabunov no :(
you mean in the ui, like in [this](https://i.imgur.com/rD3mR5m.png) picture? (couldn't directly post it for some reason). so when the user enables "data roaming", "preferred network type" also becomes enabled? if...
the `view` is the one in your activity/fragment you want to disable. so if we go with the same image as before, it would be the 2 `TextView`s 
I have the same problem. i have this code inside BaseFragment ``` @Override public void onSaveInstanceState(Bundle outState) { Icepick.saveInstanceState(this, outState); super.onSaveInstanceState(outState); } @Nullable @Override public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup...
not fixed in 2.9.6 @apatrida why has this issue been closed? are you not going to fix it?
@arekolek i am getting an error. the `@get:` has a red underline saying `expected annotation identifier after ':'` this is my code ``` open class TvShowEntity(@ColumnInfo(name = "stillWatchingDb") @get:@JsonProperty("stillWatching") var...
*face palm* its working now. thanks
ok guys... this is **NOT** a proper solution, but a workaround which can cause problems (admittedly, due to human error). ### story time: i got stuck on a problem for...