mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
Replace "if(" with "if ("
This commit is contained in:
@@ -31,7 +31,7 @@ import javax.annotation.Nullable;
|
||||
*
|
||||
* The {@link SharedProperties} also provides static functions that can be used to read properties
|
||||
* from files or individual key values or even their internal values. An automatic mapping to a
|
||||
* boolean as internal value can also be done. An in-memory cache is not maintained, nor a locks used.
|
||||
* boolean as internal value can also be done. An in-memory cache is not maintained, nor are locks used.
|
||||
*
|
||||
* This currently only has read support, write support can/will be added later if needed. Check android's
|
||||
* SharedPreferencesImpl class for reference implementation.
|
||||
|
@@ -94,7 +94,6 @@ public class TermuxSessionsListViewController extends ArrayAdapter<TermuxSession
|
||||
TermuxSession clickedSession = getItem(position);
|
||||
mActivity.getTermuxSessionClient().setCurrentSession(clickedSession.getTerminalSession());
|
||||
mActivity.getDrawer().closeDrawers();
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user