File tree Expand file tree Collapse file tree
app/src/main/java/org/schabi/newpipe Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222import org .schabi .newpipe .BuildConfig ;
2323import org .schabi .newpipe .R ;
2424import org .schabi .newpipe .databinding .ActivityErrorBinding ;
25- import org .schabi .newpipe .util .DateTimeHelper ;
2625import org .schabi .newpipe .util .Localization ;
2726import org .schabi .newpipe .util .ThemeHelper ;
2827import org .schabi .newpipe .util .external_communication .ShareUtils ;
2928
29+ import java .time .LocalDateTime ;
3030import java .time .format .DateTimeFormatter ;
3131import java .util .Arrays ;
3232import java .util .stream .Collectors ;
@@ -107,7 +107,7 @@ protected void onCreate(final Bundle savedInstanceState) {
107107
108108 // important add guru meditation
109109 addGuruMeditation ();
110- currentTimeStamp = DateTimeHelper . currentDateToIsoDateFormat ( );
110+ currentTimeStamp = LocalDateTime . now (). format ( DateTimeFormatter . ISO_DATE_TIME );
111111
112112 activityErrorBinding .errorReportEmailButton .setOnClickListener (v ->
113113 openPrivacyPolicyDialog (this , "EMAIL" ));
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments