Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c453c2b authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Fix build issues

parent fda383ac
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -116,11 +116,8 @@ public class NotesListViewActivity extends AppCompatActivity implements ItemAdap
    Toolbar toolbar;
    @BindView(R.id.drawerLayout)
    DrawerLayout drawerLayout;
    @BindView(R.id.current_account_image)
    AppCompatImageView currentAccountImage;
    @BindView(R.id.header_view)
    RelativeLayout headerView;
    @BindView(R.id.account)
    TextView account;
    @BindView(R.id.swiperefreshlayout)
    SwipeRefreshLayout swipeRefreshLayout;