Skip to content

Commit

Permalink
Code refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
surinder-tsys committed May 29, 2023
1 parent c670cd1 commit e33015c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,8 @@
import com.nextcloud.ui.fileactions.FileActionsBottomSheet;
import com.nextcloud.utils.EditorUtils;
import com.nextcloud.utils.ShortcutUtil;
import com.nextcloud.utils.view.FastScrollUtils;
import com.nmc.android.marketTracking.AdjustSdkUtils;
import com.nmc.android.marketTracking.TrackingScanInterface;
import com.nmc.android.marketTracking.TrackingScanInterfaceImpl;
import com.nmc.android.marketTracking.TealiumSdkUtils;
import com.nextcloud.utils.view.FastScrollUtils;
import com.owncloud.android.MainApp;
import com.owncloud.android.R;
import com.owncloud.android.datamodel.ArbitraryDataProvider;
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@
<string name="description_edit_filename">Scan-Dateinamen bearbeiten</string>
<string name="description_edit_location">Scan-Speicherort bearbeiten</string>
<string name="dialog_ok">Ok</string>
<string name="dialog_save_scan_message">Das Speichern kann einige Minuten in Anspruch nehmen, insbesondere wenn Sie mehrere Seiten und Dateiformate ausgewählt haben.</string>
<!-- nmc scanning related strings end -->
<plurals name="processed_n_entries">
<item quantity="one">%d Eintrag verarbeitet.</item>
Expand Down

0 comments on commit e33015c

Please sign in to comment.