mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-23 02:23:02 +02:00
Merge branch 'develop' into feature/teacher-absence
This commit is contained in:
@ -101,6 +101,6 @@ class HomeworkFragment : Fragment() {
|
||||
})
|
||||
|
||||
activity.gainAttention()
|
||||
activity.collapseFab()
|
||||
activity.gainAttentionFAB()
|
||||
}
|
||||
}
|
||||
|
@ -47,8 +47,8 @@ class HomeworkListFragment : Fragment() {
|
||||
}
|
||||
|
||||
val layoutManager = LinearLayoutManager(context)
|
||||
layoutManager.reverseLayout = false
|
||||
layoutManager.stackFromEnd = false
|
||||
layoutManager.reverseLayout = true
|
||||
layoutManager.stackFromEnd = true
|
||||
|
||||
b.homeworkView.setHasFixedSize(true)
|
||||
b.homeworkView.layoutManager = layoutManager
|
||||
|
Reference in New Issue
Block a user