mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-03 23:31:48 -04:00
Cleanups
This commit is contained in:
@@ -581,10 +581,6 @@ public class DBHelper extends SQLiteOpenHelper {
|
||||
return getLoyaltyCardCursor(database, "");
|
||||
}
|
||||
|
||||
public static Cursor getAllLoyaltyCardCursor(SQLiteDatabase database){
|
||||
return database.query(LoyaltyCardDbIds.TABLE,null,null,null,null,null,null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a cursor to all loyalty cards with the filter text in either the store or note.
|
||||
*
|
||||
|
||||
@@ -227,7 +227,7 @@ public class MainActivity extends CatimaAppCompatActivity implements LoyaltyCard
|
||||
setContentView(R.layout.main_activity);
|
||||
}
|
||||
else{
|
||||
setTitle(R.string.archive);
|
||||
setTitle(R.string.archiveList);
|
||||
setContentView(R.layout.archive_activity);
|
||||
}
|
||||
// XXX color patching has to be done again after setting splash screen
|
||||
|
||||
Reference in New Issue
Block a user