mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 20:59:00 +00:00
fix inbox menu entry
This commit is contained in:
parent
0f70acc650
commit
e544a9a3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ public class MainActivity extends BaseActivity implements Action1<Throwable>, Ha
|
|||
.withBadgeStyle(badgeStyle);
|
||||
}
|
||||
|
||||
this.drawer.updateItemAtPosition(newInboxItem, MainDrawerBuilder.SIDEBAR_INBOX + 2);
|
||||
this.drawer.updateItemAtPosition(newInboxItem, this.drawer.getPosition(MainDrawerBuilder.SIDEBAR_INBOX));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue