Rca/fix UI #15

Merged
r-ca merged 30 commits from rca/fix_ui into main 2024-01-17 10:27:28 +00:00
Showing only changes of commit ae7af9d01a - Show all commits

View File

@ -207,10 +207,13 @@ public class HomeFragment extends Fragment implements OnEventListener{
FrameLayout fl;
try {
tv = requireView().findViewById(R.id.situation);
fl = getView().findViewById(R.id.situation_bg);
fl = requireView().findViewById(R.id.situation_bg);
} catch (NullPointerException e) {
Log.d("HomeFragment", "updateUiState: view is null");
return;
} catch (Exception e) {
Log.d("HomeFragment", "updateUiState: unknown error");
return;
}
String get_on = "\n乗車状態";
String get_off = "\n降車状態";