Some errors, for e.g. layout_barcode_scanner from res layout directory persists. I can't find class BarcodeScannerViewModel, it seems that has been removed. I think layout XML file still has usages in some source file.
Nor I could simply delete it because of usages in some source files
I believe it's not the only one, list_transfer_item may also have same issue and maybe more files.
Hi,
I managed to solve some of many references issues mentioned in issue https://github.com/trebleshot/android/issues/187, by re-merging my forked repo successfully with origin trebleshot
Some errors, for e.g.
layout_barcode_scanner
from res layout directory persists. I can't find class BarcodeScannerViewModel, it seems that has been removed. I think layout XML file still has usages in some source file.Nor I could simply delete it because of usages in some source files
I believe it's not the only one,
list_transfer_item
may also have same issue and maybe more files.