mirror of
				https://github.com/SimpleMobileTools/Simple-Notes.git
				synced 2025-06-05 17:00:23 +02:00 
			
		
		
		
	Use instance check instead of comparison
This commit is contained in:
		| @@ -154,7 +154,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener { | ||||
|         super.onActionModeStarted(mode) | ||||
|         if (wasInit) { | ||||
|             currentNotesView()?.apply { | ||||
|                 if (config.clickableLinks || movementMethod == LinkMovementMethod.getInstance()) { | ||||
|                 if (config.clickableLinks || movementMethod is LinkMovementMethod) { | ||||
|                     movementMethod = ArrowKeyMovementMethod.getInstance() | ||||
|                     noteViewWithTextSelected = this | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user