Paul Woitaschek
03/13/2019, 9:20 AMPavlo Liapota
03/13/2019, 9:39 AMAlexey Belkov [JB]
03/13/2019, 9:59 AMPaul Woitaschek
03/13/2019, 10:03 AMAlexey Belkov [JB]
03/13/2019, 10:15 AMjw
03/13/2019, 1:11 PMbbaldino
03/13/2019, 3:00 PMSergey Chelombitko
03/16/2019, 1:01 PMval progressView: View?
init {
progressView = if (progressViewId != View.NO_ID) ViewCompat.requireViewById(rootView, progressViewId) else null
}
if (progressViewId != -1) {
ViewCompat.requireViewById(rootView, progressViewId); // ??
throw null;
} else {
this.progressView = (View)null;
}
Looks similar to https://youtrack.jetbrains.com/issue/KT-25345Alexey Belkov [JB]
03/18/2019, 9:52 AM