This commit is contained in:
2024-03-31 18:34:51 -05:00
parent ca4d18d1b6
commit b9763a5277
46 changed files with 377 additions and 133 deletions

View File

@@ -3,20 +3,7 @@
<component name="deploymentTargetDropDown">
<value>
<entry key="app">
<State>
<runningDeviceTargetSelectedWithDropDown>
<Target>
<type value="RUNNING_DEVICE_TARGET" />
<deviceKey>
<Key>
<type value="SERIAL_NUMBER" />
<value value="29261FDH3008Z2" />
</Key>
</deviceKey>
</Target>
</runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2024-03-22T22:39:37.121280231Z" />
</State>
<State />
</entry>
</value>
</component>

View File

@@ -137,7 +137,7 @@ public class CrimeFragment extends Fragment {
date.setMinutes(minute);
crime.setDate(date);
updateDate();
getActivity().setResult(778, data);
getActivity().setResult(REQUEST_TIME, data);
}
//if (resultCode != Activity.RESULT_OK) {