generated from dellevin/template
android:v0.2.9
This commit is contained in:
@@ -49,6 +49,8 @@ class MovieDao {
|
||||
switch (sortMode) {
|
||||
case 1: return 'created_at DESC';
|
||||
case 2: return 'rating DESC NULLS LAST, updated_at DESC';
|
||||
case 3: return 'watch_date DESC NULLS LAST, created_at DESC';
|
||||
case 4: return 'release_date DESC NULLS LAST, created_at DESC';
|
||||
default: return 'updated_at DESC';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user