|
|
@ -387,8 +387,13 @@ public final class MainActivity extends BottomSheetActivity implements ActionBut |
|
|
|
drawer.addItem(debugItem); |
|
|
|
drawer.addItem(debugItem); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EmojiCompat.get().registerInitCallback(new EmojiCompat.InitCallback() { |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public void onInitialized() { |
|
|
|
updateProfiles(); |
|
|
|
updateProfiles(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private boolean handleProfileClick(IProfile profile, boolean current) { |
|
|
|
private boolean handleProfileClick(IProfile profile, boolean current) { |
|
|
|
AccountEntity activeAccount = accountManager.getActiveAccount(); |
|
|
|
AccountEntity activeAccount = accountManager.getActiveAccount(); |
|
|
|