mirror of
				https://github.com/SimpleMobileTools/Simple-File-Manager.git
				synced 2025-06-05 22:09:15 +02:00 
			
		
		
		
	make activity at fillItems nullable
This commit is contained in:
		| @@ -80,7 +80,7 @@ class ItemsFragment : android.support.v4.app.Fragment(), ItemsAdapter.ItemOperat | ||||
|             newItems.sort() | ||||
|  | ||||
|             fragmentView.apply { | ||||
|                 activity.runOnUiThread { | ||||
|                 activity?.runOnUiThread { | ||||
|                     items_swipe_refresh.isRefreshing = false | ||||
|                     if (newItems.hashCode() == mItems.hashCode()) { | ||||
|                         return@runOnUiThread | ||||
|   | ||||
		Reference in New Issue
	
	Block a user