Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ about: Create a report to help us improve
<!-- If applicable, add screenshots to help explain your problem. -->

## :iphone: Tech info
- Device: <!-- e.g. Pixel 5 -->
- OS: <!-- e.g. 9.0.0 -->
- Sentinel version: <!-- e.g. 1.0.1 -->
- Device: <!-- e.g. Pixel 9 -->
- OS: <!-- e.g. Android 15 -->
- DbInspector version: <!-- e.g. 5.4.9 -->

## :page_facing_up: Additional context
<!-- Add any other context about the problem here. -->
<!-- Add any other context about the problem here. -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import android.content.pm.ShortcutManager
import android.graphics.drawable.Icon
import android.os.Build
import com.infinum.dbinspector.R
import com.infinum.dbinspector.logger.AndroidLogger
import com.infinum.dbinspector.extensions.queryIntentActivitiesCompat
import com.infinum.dbinspector.logger.AndroidLogger
import com.infinum.dbinspector.ui.databases.DatabasesActivity

@SuppressLint("StaticFieldLeak")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package com.infinum.dbinspector.sample

import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import com.infinum.dbinspector.logger.AndroidLogger
import com.infinum.dbinspector.DbInspector
import com.infinum.dbinspector.logger.AndroidLogger
import com.infinum.dbinspector.sample.databinding.ActivityMainBinding
import org.koin.androidx.viewmodel.ext.android.viewModel

Expand Down
Loading