File tree Expand file tree Collapse file tree
app/src/main/java/com/owncloud/android/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ import com.nextcloud.utils.extensions.lastFragment
8282import com.nextcloud.utils.extensions.logFileSize
8383import com.nextcloud.utils.extensions.navigateToAllFiles
8484import com.nextcloud.utils.extensions.observeWorker
85- import com.nextcloud.utils.extensions.showToast
8685import com.nextcloud.utils.fileNameValidator.FileNameValidator.checkFolderPath
8786import com.nextcloud.utils.view.FastScrollUtils
8887import com.owncloud.android.MainApp
Original file line number Diff line number Diff line change @@ -2245,10 +2245,6 @@ public void setFabEnabled(final boolean enabled) {
22452245 * @return the menu item ID to highlight in the navigation drawer
22462246 */
22472247 public int getMenuItemId () {
2248- // getMenuItemId will be called from onResume of FileDisplayActivity before checking menu item id
2249- // search argument needs to be set if exists
2250- setSearchArgs (getArguments ());
2251-
22522248 if (getClass () == GalleryFragment .class ) {
22532249 return R .id .nav_gallery ;
22542250 } else if (getClass () == SharedListFragment .class || isSearchEventShared () || currentSearchType == SHARED_FILTER ) {
You can’t perform that action at this time.
0 commit comments