Dominque Conroy

Results 6 issues of Dominque Conroy

1. 当前使用的版本号 3.0.4 使用 RecyclerView1.2.0 2. 复现操作描述 3. 使用代码 3. crash日志 1 | java.lang.IllegalArgumentException: Called attach on a child which is not detached: BaseViewHolder -- | -- at androidx.recyclerview.widget.RecyclerView$5.attachViewToParent(SourceFile:4) at androidx.recyclerview.widget.ChildHelper.attachViewToParent(SourceFile:5) at androidx.recyclerview.widget.RecyclerView$LayoutManager.addViewInt(SourceFile:20) at androidx.recyclerview.widget.RecyclerView$LayoutManager.addView(SourceFile:2) at androidx.recyclerview.widget.RecyclerView$LayoutManager.addView(SourceFile:1) at com.google.android.flexbox.FlexboxLayoutManager.layoutFlexLineMainAxisHorizontal(SourceFile:25) at...

#298133 java.lang.NullPointerException Attempt to invoke virtual method 'void com.hitomi.tilibrary.view.image.TransferImage.setOriginalInfo(android.graphics.drawable.Drawable, int, int, int, int)' on a null object reference com.hitomi.tilibrary.transfer.TransferState.clipTargetImage(SourceFile:4) #287131 java.lang.NullPointerException Attempt to invoke interface method 'java.lang.Object java.util.List.get(int)' on a...

@van048 filtered result not shown correctly, thanks already motify commit...

//PermissionX.init(this) // .permissions(Manifest.permission.SYSTEM_ALERT_WINDOW) // .onExplainRequestReason { scope, deniedList -> // scope.showRequestReasonDialog(deniedList, "悬浮窗权限", "确定", "取消") // } // .onForwardToSettings { scope, deniedList -> // scope.showForwardToSettingsDialog(deniedList, "悬浮窗权限,去设置", "确定", "取消") // } //...

如果全屏模式下 ```java window.clearFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS); window.setStatusBarColor(Color.TRANSPARENT); window.getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE |View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN); android:windowSoftInputMode=adjustUnspecified KeyboardUtil.attach(this, mPanelRoot, // Add keyboard showing state callback, do like this when you want to listen in the // keyboard's show/hide change. new...