mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
Null check. Fixes austinhuang0131/barinsta#1630
This commit is contained in:
parent
82f1140cbf
commit
d2e9cabccd
1 changed files with 1 additions and 0 deletions
|
|
@ -616,6 +616,7 @@ public class DirectMessageThreadFragment extends Fragment implements DirectReact
|
|||
}
|
||||
|
||||
private void setObservers() {
|
||||
if (viewModel == null) return;
|
||||
threadLiveData = viewModel.getThread();
|
||||
// if (threadLiveData == null) {
|
||||
// final NavController navController = NavHostFragment.findNavController(this);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue