File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
core/src/main/java/de/raphaelebner/roomdatabasebackup/core Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import android.widget.Toast
1111import androidx.activity.ComponentActivity
1212import androidx.activity.result.contract.ActivityResultContracts
1313import androidx.activity.result.contract.ActivityResultContracts.CreateDocument
14- import androidx.fragment.app.FragmentActivity
1514import androidx.room.RoomDatabase
1615import androidx.security.crypto.EncryptedSharedPreferences
1716import androidx.security.crypto.MasterKey
@@ -48,7 +47,7 @@ import javax.crypto.BadPaddingException
4847 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4948 * SOFTWARE.
5049 */
51- class RoomBackup (var context : Context ) : FragmentActivity() {
50+ class RoomBackup (var context : Context ) {
5251
5352 companion object {
5453 private const val SHARED_PREFS = " de.raphaelebner.roomdatabasebackup"
You can’t perform that action at this time.
0 commit comments