Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Prevent Activity recreation when resizing screen
  • Loading branch information
seadowg committed Mar 11, 2026
commit 00447738d405771f619f880b42f302db03dab3fe
3 changes: 2 additions & 1 deletion collect_app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ the specific language governing permissions and limitations under the License.
android:name="org.odk.collect.draw.DrawActivity"
android:theme="@style/Theme.Collect"
tools:replace="android:theme"
android:screenOrientation="landscape" />
android:screenOrientation="landscape"
android:resizeableActivity="false"/>
<activity android:name=".activities.InstanceChooserList" />
<activity
android:name=".formlists.blankformlist.BlankFormListActivity"
Expand Down