fix(instance-about): fix menu item icons being not colored correctly
This commit is contained in:
@@ -366,6 +366,11 @@ public class InstanceInfoFragment extends LoaderFragment {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean wantsToolbarMenuIconsTinted() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onOptionsItemSelected(MenuItem item){
|
||||
int id=item.getItemId();
|
||||
|
||||
Reference in New Issue
Block a user