Some improvements suggested by Codacy
This commit is contained in:
@@ -277,6 +277,10 @@ public class MainActivity extends AppCompatActivity
|
||||
.withShowDrawerOnFirstLaunch(true)
|
||||
.build();
|
||||
|
||||
loadDrawerItemsAsynchronously();
|
||||
}
|
||||
|
||||
private void loadDrawerItemsAsynchronously() {
|
||||
new AsyncTask<Void, Void, List<BitmessageAddress>>() {
|
||||
@Override
|
||||
protected List<BitmessageAddress> doInBackground(Void... params) {
|
||||
|
||||
Reference in New Issue
Block a user