mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Consistent 'this'ing.
// FREEBIE
This commit is contained in:
parent
32cb489d1d
commit
8b986ae094
@ -82,7 +82,7 @@ public class ContactSelectionListFragment extends Fragment
|
|||||||
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
||||||
View view = inflater.inflate(R.layout.contact_selection_list_fragment, container, false);
|
View view = inflater.inflate(R.layout.contact_selection_list_fragment, container, false);
|
||||||
|
|
||||||
this.emptyText = (TextView) view.findViewById(android.R.id.empty);
|
emptyText = (TextView) view.findViewById(android.R.id.empty);
|
||||||
swipeRefresh = (SwipeRefreshLayout) view.findViewById(R.id.swipe_refresh);
|
swipeRefresh = (SwipeRefreshLayout) view.findViewById(R.id.swipe_refresh);
|
||||||
listView = (StickyListHeadersListView) view.findViewById(android.R.id.list);
|
listView = (StickyListHeadersListView) view.findViewById(android.R.id.list);
|
||||||
listView.setFocusable(true);
|
listView.setFocusable(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user