mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 14:10:46 +02:00
[Database] Fix bug with teacher and subject id when sharing event.
This commit is contained in:
@ -36,8 +36,8 @@ public class EventFull extends Event {
|
||||
event.color,
|
||||
event.type,
|
||||
event.addedManually,
|
||||
event.subjectId,
|
||||
event.teacherId,
|
||||
event.subjectId,
|
||||
event.teamId
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user