Skip to content

Commit cf71b76

Browse files
committed
change order of info text lines
1 parent c3c3706 commit cf71b76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/MaintenanceActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,9 +752,9 @@ public void onClick(View v)
752752
debug_output_clear();
753753
//
754754
debug_output_append("--- IOCipher ---");
755-
debug_output_append("sqlfs_version=" + vfs.sqlfsVersion());
756755
debug_output_append("iocipher_version=" + vfs.iocipherVersion());
757756
debug_output_append("iocipherjni_version=" + vfs.iocipherJNIVersion());
757+
debug_output_append("sqlfs_version=" + vfs.sqlfsVersion());
758758
//
759759
debug_output_append("");
760760
debug_output_append("--- sorma2 ---");

0 commit comments

Comments
 (0)