mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-10 07:50:34 -07:00
Code decontextualization
This commit is contained in:
parent
f16650a74b
commit
a4b31a9c02
108 changed files with 569 additions and 952 deletions
|
|
@ -16,7 +16,7 @@ public class SettingViewModel extends AndroidViewModel {
|
|||
public SettingViewModel(@NonNull Application application) {
|
||||
super(application);
|
||||
|
||||
scanRepository = new ScanRepository(application);
|
||||
scanRepository = new ScanRepository();
|
||||
}
|
||||
|
||||
public void launchScan(ScanCallback callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue