This commit is contained in:
ろむねこ 2024-07-08 11:29:20 +09:00
parent 446ba17cca
commit 1db94bc3b6
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -36,6 +36,10 @@ public class WalletMainFragment extends Fragment {
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
// Inflate the layout for this fragment
return inflater.inflate(R.layout.fragment_wallet_main, container, false);
View view = inflater.inflate(R.layout.fragment_wallet_main, container, false);
return view;
}
}