Skip to content

Commit

Permalink
remove file chooser menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ToDou committed Sep 1, 2016
1 parent b98f343 commit f5c8e20
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import android.text.SpannableString;
import android.text.Spanned;
import android.text.method.LinkMovementMethod;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
Expand Down Expand Up @@ -73,7 +72,7 @@ private void initData() {

@Override
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.menu_file_search, menu);
// getMenuInflater().inflate(R.menu.menu_file_search, menu);
return true;
}

Expand Down

0 comments on commit f5c8e20

Please sign in to comment.