trebleshot / android

An open-source app that allows you to transfer files one to one securely or using a browser, all without the internet
GNU General Public License v2.0
149 stars 42 forks source link

Unresolved references continues #189

Open UltraBurstXD opened 3 years ago

UltraBurstXD commented 3 years ago

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

Screenshot from 2021-09-01 17-49-06

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. Screenshot from 2021-09-01 19-17-34

Nor I could simply delete it because of usages in some source files Screenshot from 2021-09-01 19-28-19

I believe it's not the only one, list_transfer_item may also have same issue and maybe more files.