mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-08 07:06:41 +00:00
Merge branch 'develop' into fix-issue-187
# Conflicts: # Habitica/src/com/habitrpg/android/habitica/MainActivity.java
This commit is contained in:
commit
a8cd69aa22
1 changed files with 0 additions and 1 deletions
|
|
@ -136,7 +136,6 @@ public class MainActivity extends AppCompatActivity implements HabitRPGUserCallb
|
|||
|
||||
new Select().from(HabitRPGUser.class).where(Condition.column("id").eq(hostConfig.getUser())).async().querySingle(userTransactionListener);
|
||||
|
||||
|
||||
if (toolbar != null) {
|
||||
setSupportActionBar(toolbar);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue