Commit 5934c4d9 by Kim Jinsung

Bug #42903【android10不具合対応 Check】ボタンの表示等が変わってしまっている

カテゴリの一括同期時に表示問題対応
parent 73ec9c75
......@@ -31,7 +31,7 @@ public class ABVBatchSyncView extends ProgressDialog {
private boolean isDestroy = false;
public ABVBatchSyncView(Context context) {
super(context);
super(context, R.style.MyDialogTheme);
mOperationListActivity = (OperationListActivity)context;
init();
isDestroy = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment