0.8.x branch promoted to version 0.8.1, fixed list view of mail accounts not filling the main layout, made a bunch of private classes static
This commit is contained in:
@@ -360,7 +360,7 @@ public class MainActivity extends Activity {
|
||||
startActivity(new Intent(this, MailListActivity.class).putExtra("account", account));
|
||||
}
|
||||
|
||||
private class AccountListAdapter extends CursorAdapter {
|
||||
private static class AccountListAdapter extends CursorAdapter {
|
||||
private LayoutInflater minflater;
|
||||
|
||||
public AccountListAdapter(Context context, Cursor cursor) {
|
||||
|
||||
Reference in New Issue
Block a user