This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ruw [email protected]/appGroup.js [email protected]/appGroup.js | |
--- [email protected]/appGroup.js 2019-12-12 18:46:55.000000000 +0700 | |
+++ [email protected]/appGroup.js 2019-12-21 09:10:38.809467280 +0700 | |
@@ -780,6 +780,33 @@ | |
return false; | |
} | |
+ onAppKeyPress() { | |
+ if (this.groupState.isFavoriteApp && this.groupState.metaWindows.length === 0) { | |
+ this.launchNewInstance(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for %%F in (*.zip) do ( "C:\Program Files\7-Zip\7z.exe" x -y -o"%%F_tmp" "%%F" * & pushd %%F_tmp & "C:\Program Files\7-Zip\7z.exe" a -y -r -m0=lzma2 -mx=9 -t7z ..\"%%~nF".7z * & popd & rmdir /s /q "%%F_tmp" ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<android.support.v7.widget.RecyclerView | |
... | |
android:clipToPadding="false" | |
android:paddingBottom="72dp" | |
/> | |
<!-- | |
Button size = 56dp | |
Margin = 16dp // on tablets 24dp | |
-------------------------- |