Skip to content

Commit

Permalink
make field
Browse files Browse the repository at this point in the history
  • Loading branch information
breed committed Nov 23, 2024
1 parent e0f21a2 commit 60e6065
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ record ConnectivityEvent(boolean internetAvailable) {}
private SharedPreferences sharedPreferences;
TransportWifiServiceConnection transportWifiServiceConnection = new TransportWifiServiceConnection();
private BroadcastReceiver mUsbReceiver;
private PermissionsViewModel permissionsViewModel;
private boolean usbExists;

record TitledFragment(String title, Fragment fragment) {}
Expand Down Expand Up @@ -356,4 +357,4 @@ public void onServiceDisconnected(ComponentName arg0) {
btService = null;
}
}
}
}

0 comments on commit 60e6065

Please sign in to comment.