Skip to content

Commit

Permalink
Fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 28, 2024
1 parent 7f9c8fd commit c5fccbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jeluchu.roomlivedata
package info.mqtt.android.extsample.adapter

import android.annotation.SuppressLint
import android.content.Context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import android.view.ViewGroup
import androidx.fragment.app.Fragment
import androidx.lifecycle.ViewModelProvider
import androidx.recyclerview.widget.LinearLayoutManager
import com.jeluchu.roomlivedata.PingListAdapter
import info.mqtt.android.extsample.adapter.PingListAdapter
import info.mqtt.android.extsample.ActivityConstants
import info.mqtt.android.extsample.repository.PingViewModel
import info.mqtt.android.extsample.databinding.ContentPingBinding
Expand Down

0 comments on commit c5fccbf

Please sign in to comment.