mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-23 06:38:09 +00:00
Fix the menu issue on the History view
This commit is contained in:
parent
aa3522b74c
commit
be85783752
1 changed files with 5 additions and 0 deletions
|
|
@ -88,6 +88,11 @@ public class HistoryActivity extends ListActivity {
|
|||
inflater.inflate(R.menu.history_activity_menu, menu);
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onPrepareOptionsMenu(Menu menu) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onOptionsItemSelected(MenuItem item) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue