1
0
mirror of https://github.com/akaessens/NoFbEventScraper synced 2025-06-05 23:29:13 +02:00

enable dark mode for help and about webviews

This commit is contained in:
akaessens
2020-08-31 11:32:22 +02:00
parent 8b5263db63
commit 81fd1f3ebb
7 changed files with 33 additions and 22 deletions

View File

@ -129,10 +129,6 @@ public class FbScraper extends AsyncTask<Void, Void, Void> {
protected Date parseToDate(String time_in) {
try {
// time in is missing a : in the timezone offset
//Editable editable = new SpannableStringBuilder(time_in);
//String time_str = editable.insert(22, ":").toString();
// parse e.g. 2011-12-03T10:15:30+0100
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZ", Locale.getDefault());