File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/main/java/com/ncapdevi/fragnav Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
54 <modelVersion >4.0.0</modelVersion >
65 <groupId >com.ncapdevi</groupId >
76 <artifactId >frag-nav</artifactId >
8- <version >2.2.1 </version >
7+ <version >2.4.0 </version >
98 <packaging >aar</packaging >
109 <name >frag-nav</name >
1110 <description >A library to help manage multiple fragment stacks</description >
Original file line number Diff line number Diff line change @@ -820,7 +820,9 @@ public boolean isStateSaved() {
820820 }
821821
822822 /**
823- * This check is here to prevent recursive entries into executePendingTransactions
823+ * Use this if you need to make sure that pending transactions occur immediately. This call is safe to
824+ * call as often as you want as there's a check to prevent multiple executePendingTransactions at once
825+ *
824826 */
825827 public void executePendingTransactions () {
826828 if (!mExecutingTransaction ) {
You can’t perform that action at this time.
0 commit comments