Merge remote-tracking branch 'origin/main'

This commit is contained in:
it232115 2024-01-22 22:30:52 +09:00
commit 71b7407e04

View File

@ -1,5 +1,6 @@
package com.example.childguard; package com.example.childguard;
import android.content.Intent;
import android.content.SharedPreferences; import android.content.SharedPreferences;
import android.os.Bundle; import android.os.Bundle;
import android.util.Log; import android.util.Log;
@ -62,6 +63,7 @@ public class HomeFragment extends Fragment implements OnEventListener{
mParam2 = getArguments().getString(ARG_PARAM2); mParam2 = getArguments().getString(ARG_PARAM2);
} }
} }
@Override @Override