Skip to content

Commit

Permalink
Merge pull request #122 from NordicSemiconductor/new-partition
Browse files Browse the repository at this point in the history
Default partition name changed from "lfs" to "lfs1"
  • Loading branch information
philips77 committed Oct 23, 2023
2 parents bae4026 + de29ecb commit 2ab2344
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class FsUtils {
private static final String PREFS_RECENTS = "recents";
private static final String PREFS_PARTITION = "partition";
private static final String PARTITION_DEFAULT = "lfs";
private static final String PARTITION_DEFAULT = "lfs1";

private final SharedPreferences preferences;
private final MutableLiveData<String> partitionLiveData = new MutableLiveData<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
android:layout_marginStart="8dp"
app:layout_constraintStart_toStartOf="@+id/file_name_layout"
app:layout_constraintTop_toBottomOf="@+id/file_name_layout"
tools:text="/lfs/file"/>
tools:text="/lfs1/file"/>

<com.google.android.material.button.MaterialButton
android:id="@+id/action_download"
Expand Down
2 changes: 1 addition & 1 deletion sample/src/main/res/layout/fragment_card_files_upload.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@+id/file_name"
app:layout_constraintTop_toTopOf="@+id/file_path_label"
tools:text="/lfs/a_very_long_file_name_indeed_very_very_long.img"/>
tools:text="/lfs1/a_very_long_file_name_indeed_very_very_long.img"/>

<com.google.android.material.textview.MaterialTextView
android:id="@+id/file_size"
Expand Down

0 comments on commit 2ab2344

Please sign in to comment.