Merge branch 'dev' of github.com:refilc/naplo into dev
This commit is contained in:
commit
0dc9a0640a
@ -224,6 +224,10 @@ public class WidgetTimetable extends HomeWidgetProvider {
|
|||||||
|
|
||||||
dbManager.close();
|
dbManager.close();
|
||||||
|
|
||||||
|
// get the date of the first lesson
|
||||||
|
DateTime dt = new DateTime(s.get(retday).getJSONObject(0).getString("Datum"));
|
||||||
|
retday = dt.getDayOfWeek() - 1;
|
||||||
|
|
||||||
return retday;
|
return retday;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user