Skip to content

Commit

Permalink
refine attachment folder setting, bug report template and per_databas…
Browse files Browse the repository at this point in the history
…e_settign snapshot
  • Loading branch information
guanlisheng committed Sep 21, 2024
1 parent a0ac195 commit ab46d26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ If applicable, add screenshots to help explain your problem.
- Device: [e.g. LG G7 ThinQ]
- OS: [e.g. Android 8.1]
- Storage: [e.g. Phone storage + Syncthing]
- Synchronization: [e.g. Enabled with 5min interval and Sync on Start]
- Encrypted: [e.g. Yes]
- App Version: [e.g. 2023.12.06]
- Synchronization: [e.g. 5min interval and Sync on Start]
- Encrypted: [e.g. Yes with password]
- Security: [e.g. Actived with passcode or fingerprint]
- App Version: [e.g. 2024.01.01]

**Additional context**
Add any other context about the problem here.
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,8 @@ public void afterTextChanged(Editable editable) {
}

public void initAttachmentControls() {
if (!hasAttachments()) return;

List<String> attachmentList = new ArrayList<>();

SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(getContext());
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab46d26

Please sign in to comment.